diff options
author | 2022-01-04 12:15:54 +0100 | |
---|---|---|
committer | 2022-01-05 08:40:04 +0000 | |
commit | 1af8d804fc890f3b0e50022c9c13e4a895f63e34 (patch) | |
tree | d16ed23dc6fbe88aef2adf4f88ac1b3c39649669 /ansible/test/play-cert_manager/.yamllint | |
parent | 19c4a373e245f049ff1cdc38b67b3df30dd2ca99 (diff) |
[MOLECULE] Add molecule setup for cert_manager.yml playbook
Change-Id: I8d6847ac2f201ff3218c02f4ee0406042cea9ee2
Issue-ID: OOM-2908
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
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 |