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