From 4032d66e5c43e24ab26c82625dc9b3d5656615cc Mon Sep 17 00:00:00 2001
From: pwalczysko
Date: Wed, 13 Nov 2024 17:29:20 +0000
Subject: [PATCH] test
---
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 2902a5e0..676435a8 100644
--- a/molecule/ome-demoserver/molecule.yml
+++ b/molecule/ome-demoserver/molecule.yml
@@ -24,6 +24,7 @@ scenario:
name: ome-demoserver
test_sequence:
- dependency
+ - converge
- 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