From de39de2c63bbc76799ddad15298fd9118d5e10e9 Mon Sep 17 00:00:00 2001
From: pwalczysko
Date: Thu, 14 Nov 2024 15:31:23 +0000
Subject: [PATCH] Revert "Only do one "dependency" step as it was originally"
This reverts commit af730a7509dacdf3d9dca92d1856a44f4579fb64.
---
molecule/ome-demoserver/molecule.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/molecule/ome-demoserver/molecule.yml b/molecule/ome-demoserver/molecule.yml
index b71ed37f..9964c028 100644
--- a/molecule/ome-demoserver/molecule.yml
+++ b/molecule/ome-demoserver/molecule.yml
@@ -23,6 +23,7 @@ provisioner:
scenario:
name: ome-demoserver
test_sequence:
+ - dependency
- destroy
# dependency must come first so that ansible-lint will see a custom module
# This might be fixed by https://github.com/ansible/molecule/pull/1739