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