From f200f8f8db5ef5b200ea217c4cacf95637e44307 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Fri, 10 Mar 2023 20:21:21 +0100 Subject: [PATCH 1/2] improved consistency of molecule test sequence --- molecule/default/molecule.yml | 6 +++++- molecule/with_custom_repo/molecule.yml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 5600650..0a182d0 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -27,11 +27,15 @@ lint: | scenario: name: default test_sequence: + - dependency - lint + - cleanup - destroy - syntax - create + - prepare - converge - idempotence - verify - - destroy + - cleanup + - destroy \ No newline at end of file diff --git a/molecule/with_custom_repo/molecule.yml b/molecule/with_custom_repo/molecule.yml index 3c54588..6e5a963 100644 --- a/molecule/with_custom_repo/molecule.yml +++ b/molecule/with_custom_repo/molecule.yml @@ -27,11 +27,15 @@ lint: | scenario: name: with_custom_repo test_sequence: + - dependency - lint + - cleanup - destroy - syntax - create + - prepare - converge - idempotence - verify + - cleanup - destroy From af06279919dfd30c8f4d1180ac963804f010be13 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Fri, 10 Mar 2023 20:22:26 +0100 Subject: [PATCH 2/2] lint --- molecule/default/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 0a182d0..f9a8804 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -38,4 +38,4 @@ scenario: - idempotence - verify - cleanup - - destroy \ No newline at end of file + - destroy