From aed5c83259acce91d14dd1dfffcb61ec0bf2e98a Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Wed, 26 Apr 2023 22:06:00 +0200 Subject: [PATCH] remove lint from molecule, it has been removed in new release --- files/resolved.conf | 0 molecule/default/molecule.yml | 1 - molecule/with_custom_config/molecule.yml | 1 - templates/resolv.conf.j2 | 0 4 files changed, 2 deletions(-) mode change 100755 => 100644 files/resolved.conf mode change 100755 => 100644 templates/resolv.conf.j2 diff --git a/files/resolved.conf b/files/resolved.conf old mode 100755 new mode 100644 diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index f9a8804..54b3682 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -28,7 +28,6 @@ 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..001550c 100644 --- a/molecule/with_custom_config/molecule.yml +++ b/molecule/with_custom_config/molecule.yml @@ -28,7 +28,6 @@ scenario: name: with_custom_config test_sequence: - dependency - - lint - cleanup - destroy - syntax diff --git a/templates/resolv.conf.j2 b/templates/resolv.conf.j2 old mode 100755 new mode 100644