diff options
Diffstat (limited to 'ansible/test/play-rke/molecule/helm3')
-rw-r--r-- | ansible/test/play-rke/molecule/helm3/molecule.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ansible/test/play-rke/molecule/helm3/molecule.yml b/ansible/test/play-rke/molecule/helm3/molecule.yml index 83a2fd20..e76da046 100644 --- a/ansible/test/play-rke/molecule/helm3/molecule.yml +++ b/ansible/test/play-rke/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 image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.6} @@ -29,11 +32,7 @@ provisioner: env: ANSIBLE_ROLES_PATH: ../../../../test/roles ANSIBLE_LIBRARY: ../../../../library - lint: - name: ansible-lint scenario: name: helm3 verifier: name: testinfra - lint: - name: flake8 |