From f200f8f8db5ef5b200ea217c4cacf95637e44307 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Fri, 10 Mar 2023 20:21:21 +0100 Subject: [PATCH] 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