diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index f9a8804..7a62eb2 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -21,14 +21,10 @@ provisioner: remote_tmp: /tmp/.ansible verifier: name: testinfra -lint: | - yamllint -c .yamllint . - ansible-lint scenario: name: default test_sequence: - dependency - - lint - cleanup - destroy - syntax diff --git a/molecule/with_custom_config/molecule.yml b/molecule/with_custom_config/molecule.yml index 0f4babb..6132acb 100644 --- a/molecule/with_custom_config/molecule.yml +++ b/molecule/with_custom_config/molecule.yml @@ -21,14 +21,10 @@ provisioner: remote_tmp: /tmp/.ansible verifier: name: testinfra -lint: | - yamllint -c .yamllint . - ansible-lint scenario: name: with_custom_config test_sequence: - dependency - - lint - cleanup - destroy - syntax