summaryrefslogtreecommitdiffstats
path: root/ansible/roles/helm/.yamllint
diff options
context:
space:
mode:
authorMichal Zegan <m.zegan@samsung.com>2019-06-05 13:10:40 +0200
committerMichal Zegan <m.zegan@samsung.com>2019-06-05 13:17:37 +0200
commit93c4303e07a17cf5882d8d9941d1aea647979115 (patch)
tree52392c41e5a87db925d6b2a5e68031811a1e0db2 /ansible/roles/helm/.yamllint
parent531cb2c7e53e84a5f17846daee510c9d2dc1ff11 (diff)
Add tests for helm role
This adds molecule tests for the helm role. Change-Id: I5be27992062ca9039c141318bc54ce85ce35526b Issue-ID: OOM-1909 Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Diffstat (limited to 'ansible/roles/helm/.yamllint')
-rw-r--r--ansible/roles/helm/.yamllint11
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible/roles/helm/.yamllint b/ansible/roles/helm/.yamllint
new file mode 100644
index 00000000..ad0be760
--- /dev/null
+++ b/ansible/roles/helm/.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