summaryrefslogtreecommitdiffstats
path: root/ansible/roles/application/molecule/custom_role/molecule.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/application/molecule/custom_role/molecule.yml')
-rw-r--r--ansible/roles/application/molecule/custom_role/molecule.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/ansible/roles/application/molecule/custom_role/molecule.yml b/ansible/roles/application/molecule/custom_role/molecule.yml
index eeea94b3..6000e0e7 100644
--- a/ansible/roles/application/molecule/custom_role/molecule.yml
+++ b/ansible/roles/application/molecule/custom_role/molecule.yml
@@ -3,8 +3,11 @@ dependency:
name: galaxy
driver:
name: docker
-lint:
- name: yamllint
+lint: |
+ set -e
+ yamllint .
+ ansible-lint .
+ flake8
platforms:
- name: instance
image: centos:7
@@ -30,8 +33,6 @@ provisioner:
application_pre_install_role: application/test-patch-role
application_post_install_role: application/test-patch-role
helm_version: v2
- lint:
- name: ansible-lint
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
@@ -52,5 +53,3 @@ scenario:
- destroy
verifier:
name: testinfra
- lint:
- name: flake8