From d7a6deda074ef36151d9ade5ff9dc520490308b4 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Wed, 26 Apr 2023 22:16:42 +0200 Subject: [PATCH] remove lint from molecule, it has been removed in new release --- molecule/default/molecule.yml | 4 ---- molecule/with_custom_config/molecule.yml | 4 ---- 2 files changed, 8 deletions(-) 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