summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-infrastructure
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/test/play-infrastructure')
-rw-r--r--ansible/test/play-infrastructure/.yamllint1
-rw-r--r--ansible/test/play-infrastructure/molecule/default/molecule.yml11
2 files changed, 6 insertions, 6 deletions
diff --git a/ansible/test/play-infrastructure/.yamllint b/ansible/test/play-infrastructure/.yamllint
index ad0be760..c5ae64be 100644
--- a/ansible/test/play-infrastructure/.yamllint
+++ b/ansible/test/play-infrastructure/.yamllint
@@ -1,3 +1,4 @@
+---
extends: default
rules:
diff --git a/ansible/test/play-infrastructure/molecule/default/molecule.yml b/ansible/test/play-infrastructure/molecule/default/molecule.yml
index c4b7901a..1098dc80 100644
--- a/ansible/test/play-infrastructure/molecule/default/molecule.yml
+++ b/ansible/test/play-infrastructure/molecule/default/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}
@@ -43,8 +46,6 @@ provisioner:
inventory:
links:
group_vars: ../../../../group_vars
- lint:
- name: ansible-lint
scenario:
name: default
test_sequence:
@@ -67,5 +68,3 @@ scenario:
- destroy
verifier:
name: testinfra
- lint:
- name: flake8