From 7c81c6b7f750465a88aa9d66704a2300939b5ea5 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Wed, 26 Apr 2023 22:17:55 +0200 Subject: [PATCH] remove lint from molecule, it has been removed in new release --- molecule/default/molecule.yml | 4 ---- molecule/with_custom_repo/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_repo/molecule.yml b/molecule/with_custom_repo/molecule.yml index 6e5a963..39009b6 100644 --- a/molecule/with_custom_repo/molecule.yml +++ b/molecule/with_custom_repo/molecule.yml @@ -21,14 +21,10 @@ provisioner: remote_tmp: /tmp/.ansible verifier: name: testinfra -lint: | - yamllint -c .yamllint . - ansible-lint scenario: name: with_custom_repo test_sequence: - dependency - - lint - cleanup - destroy - syntax