diff options
Diffstat (limited to 'ansible/test/play-infrastructure/.yamllint')
-rw-r--r-- | ansible/test/play-infrastructure/.yamllint | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible/test/play-infrastructure/.yamllint b/ansible/test/play-infrastructure/.yamllint new file mode 100644 index 00000000..ad0be760 --- /dev/null +++ b/ansible/test/play-infrastructure/.yamllint @@ -0,0 +1,11 @@ +extends: default + +rules: + braces: + max-spaces-inside: 1 + level: error + brackets: + max-spaces-inside: 1 + level: error + line-length: disable + truthy: disable |