From 290bdc611570120a45fdc22f632c0a43a8ef0d89 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Fri, 10 Mar 2023 20:01:29 +0100 Subject: [PATCH] missing prepare stage in molecule --- molecule/default/molecule.yml | 1 + molecule/with_custom_packages/molecule.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 5600650..ce29fc5 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -30,6 +30,7 @@ scenario: - lint - destroy - syntax + - prepare - create - converge - idempotence diff --git a/molecule/with_custom_packages/molecule.yml b/molecule/with_custom_packages/molecule.yml index cbf449b..887c8d8 100644 --- a/molecule/with_custom_packages/molecule.yml +++ b/molecule/with_custom_packages/molecule.yml @@ -30,6 +30,7 @@ scenario: - lint - destroy - syntax + - prepare - create - converge - idempotence