diff options
Diffstat (limited to 'ansible/roles/certificates/molecule/ubuntu/molecule.yml')
-rw-r--r-- | ansible/roles/certificates/molecule/ubuntu/molecule.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ansible/roles/certificates/molecule/ubuntu/molecule.yml b/ansible/roles/certificates/molecule/ubuntu/molecule.yml index 051379df..9708bd9b 100644 --- a/ansible/roles/certificates/molecule/ubuntu/molecule.yml +++ b/ansible/roles/certificates/molecule/ubuntu/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:-ubuntu}:${PREBUILD_DISTRO_VERSION:-18.04} @@ -23,8 +26,6 @@ platforms: provisioner: name: ansible log: true - lint: - name: ansible-lint env: ANSIBLE_ROLES_PATH: ../../../../test/roles ANSIBLE_LIBRARY: ../../../../library @@ -64,6 +65,4 @@ verifier: name: testinfra options: verbose: true - lint: - name: flake8 directory: ../default/tests |