summaryrefslogtreecommitdiffstats
path: root/ansible/roles/chrony/molecule/external_time_source_ubuntu/molecule.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/chrony/molecule/external_time_source_ubuntu/molecule.yml')
-rw-r--r--ansible/roles/chrony/molecule/external_time_source_ubuntu/molecule.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/ansible/roles/chrony/molecule/external_time_source_ubuntu/molecule.yml b/ansible/roles/chrony/molecule/external_time_source_ubuntu/molecule.yml
index 6cc2854a..0fbef39b 100644
--- a/ansible/roles/chrony/molecule/external_time_source_ubuntu/molecule.yml
+++ b/ansible/roles/chrony/molecule/external_time_source_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: infra_host-ubuntu
image: molecule-${PREBUILD_PLATFORM_DISTRO:-ubuntu}:${PREBUILD_DISTRO_VERSION:-18.04}
@@ -26,8 +29,6 @@ platforms:
- kubernetes
provisioner:
name: ansible
- lint:
- name: ansible-lint
env:
ANSIBLE_ROLES_PATH: ../../../../test/roles
inventory:
@@ -43,8 +44,6 @@ provisioner:
converge: ../external_time_source/playbook.yml
verifier:
name: testinfra
- lint:
- name: flake8
options:
v: 1
directory: ../default/tests/