From 3868e1af5838c5ef7d3ea1c05a119fe1e0792682 Mon Sep 17 00:00:00 2001
From: pwalczysko
Date: Wed, 13 Nov 2024 17:38:46 +0000
Subject: [PATCH] remove converge
---
molecule/ome-demoserver/molecule.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/molecule/ome-demoserver/molecule.yml b/molecule/ome-demoserver/molecule.yml
index 676435a8..2902a5e0 100644
--- a/molecule/ome-demoserver/molecule.yml
+++ b/molecule/ome-demoserver/molecule.yml
@@ -24,7 +24,6 @@ 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