summaryrefslogtreecommitdiffstats
path: root/ansible/roles/helm/molecule/helm3/molecule.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/helm/molecule/helm3/molecule.yml')
-rw-r--r--ansible/roles/helm/molecule/helm3/molecule.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/ansible/roles/helm/molecule/helm3/molecule.yml b/ansible/roles/helm/molecule/helm3/molecule.yml
index e8634477..4b582f5c 100644
--- a/ansible/roles/helm/molecule/helm3/molecule.yml
+++ b/ansible/roles/helm/molecule/helm3/molecule.yml
@@ -3,8 +3,11 @@ dependency:
name: galaxy
driver:
name: docker
-lint:
- name: yamllint
+lint: |
+ set -e
+ yamllint .
+ ansible-lint .
+ flake8
platforms:
- name: infrastructure-server-helm3
image: centos:7
@@ -12,8 +15,6 @@ platforms:
- infrastructure
provisioner:
name: ansible
- lint:
- name: ansible-lint
env:
ANSIBLE_ROLES_PATH: ../../../../test/roles
ANSIBLE_LIBRARY: ../../../../library
@@ -26,6 +27,4 @@ scenario:
name: helm3
verifier:
name: testinfra
- lint:
- name: flake8
directory: ../default/tests