summaryrefslogtreecommitdiffstats
path: root/ansible/roles/package-repository-check/molecule/ubuntu
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/package-repository-check/molecule/ubuntu')
-rwxr-xr-xansible/roles/package-repository-check/molecule/ubuntu/molecule.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/ansible/roles/package-repository-check/molecule/ubuntu/molecule.yml b/ansible/roles/package-repository-check/molecule/ubuntu/molecule.yml
index ba08e86b..23e7a61e 100755
--- a/ansible/roles/package-repository-check/molecule/ubuntu/molecule.yml
+++ b/ansible/roles/package-repository-check/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: ${PLATFORM_DISTRO:-ubuntu}:${DISTRO_VERSION:-18.04}
@@ -18,8 +21,6 @@ platforms:
provisioner:
name: ansible
- lint:
- name: ansible-lint
playbooks:
converge: ../default/playbook.yml
inventory:
@@ -48,7 +49,5 @@ scenario:
- destroy
verifier:
name: testinfra
- lint:
- name: flake8
options:
v: 1