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