From fe32ae10dd75b496ec284c4f26b97770e2a0a51d Mon Sep 17 00:00:00 2001 From: Kasra Amirsarvari Date: Mon, 24 Feb 2020 15:20:54 +0100 Subject: [PATCH] Changing molecule fot v3 config --- molecule/default/molecule.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 2b2e4c9..f277b7c 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -8,16 +8,13 @@ provisioner: remote_tmp: /tmp stdout_callback: yaml bin_ansible_callbacks: True - lint: - name: ansible-lint playbooks: converge: playbook.yml scenario: name: default -lint: - name: yamllint - options: - config-file: molecule/default/yamllint.yml +lint: | + yamllint . -c molecule/default/yamllint.yml -f auto -s + ansible-lint driver: name: docker platforms: @@ -30,7 +27,5 @@ platforms: pre_build_image: True verifier: name: ansible - lint: - name: ansible-lint ...