summaryrefslogtreecommitdiffstats
path: root/ansible/roles/nexus/molecule/ubuntu
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-04-08 16:20:24 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-04-08 16:20:24 +0200
commit018a6abd19c5eb32d6073c53be3a995f5fb83ed4 (patch)
tree70038def67b51a8db7ba9c8ba95707be22e06265 /ansible/roles/nexus/molecule/ubuntu
parentcecf6cf2aa21080105876fdcf93b26f434fb9eb4 (diff)
[MOLECULE 3.3.0] Upgrade linters Molecule setup
In 3.x.x version family of Molecule the syntax for linters invocation has been changed. Ref.: https://molecule.readthedocs.io/en/latest/configuration.html#lint Change-Id: I82d1fd996eb5853953ea6bc74dcbb88a485a2084 Issue-ID: OOM-2722 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles/nexus/molecule/ubuntu')
-rw-r--r--ansible/roles/nexus/molecule/ubuntu/molecule.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/ansible/roles/nexus/molecule/ubuntu/molecule.yml b/ansible/roles/nexus/molecule/ubuntu/molecule.yml
index 9955e7d5..d882633a 100644
--- a/ansible/roles/nexus/molecule/ubuntu/molecule.yml
+++ b/ansible/roles/nexus/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}
@@ -22,8 +25,6 @@ provisioner:
inventory:
links:
group_vars: ../../../../group_vars
- lint:
- name: ansible-lint
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
@@ -32,5 +33,3 @@ scenario:
name: ubuntu
verifier:
name: testinfra
- lint:
- name: flake8