From 78c8bcc6b028619c271ceef075c597a569d835c2 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Fri, 10 Mar 2023 20:09:44 +0100 Subject: [PATCH] prepare stage misplaced for molecule --- molecule/default/molecule.yml | 2 +- molecule/with_custom_packages/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index ce29fc5..b9606c8 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -30,8 +30,8 @@ scenario: - lint - destroy - syntax - - prepare - create + - prepare - converge - idempotence - verify diff --git a/molecule/with_custom_packages/molecule.yml b/molecule/with_custom_packages/molecule.yml index 887c8d8..82eeaf9 100644 --- a/molecule/with_custom_packages/molecule.yml +++ b/molecule/with_custom_packages/molecule.yml @@ -30,8 +30,8 @@ scenario: - lint - destroy - syntax - - prepare - create + - prepare - converge - idempotence - verify