diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 54b3682..7a62eb2 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -21,9 +21,6 @@ provisioner: remote_tmp: /tmp/.ansible verifier: name: testinfra -lint: | - yamllint -c .yamllint . - ansible-lint scenario: name: default test_sequence: diff --git a/molecule/with_custom_config/molecule.yml b/molecule/with_custom_config/molecule.yml index 001550c..6132acb 100644 --- a/molecule/with_custom_config/molecule.yml +++ b/molecule/with_custom_config/molecule.yml @@ -21,9 +21,6 @@ provisioner: remote_tmp: /tmp/.ansible verifier: name: testinfra -lint: | - yamllint -c .yamllint . - ansible-lint scenario: name: with_custom_config test_sequence: