From 93c4303e07a17cf5882d8d9941d1aea647979115 Mon Sep 17 00:00:00 2001 From: Michal Zegan Date: Wed, 5 Jun 2019 13:10:40 +0200 Subject: 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 --- ansible/roles/helm/.yamllint | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ansible/roles/helm/.yamllint (limited to 'ansible/roles/helm/.yamllint') 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 -- cgit 1.2.3-korg