From d017a33748ca5a73cc9e7ea1a096866c8e1c7361 Mon Sep 17 00:00:00 2001
From: pwalczysko
Date: Wed, 13 Nov 2024 17:12:05 +0000
Subject: [PATCH] Revert "Try to remove the test sequence"
This reverts commit e1f8092c6e5a36116ee0ea6aab62f223cb4a8f0e.
---
molecule/ome-demoserver/molecule.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/molecule/ome-demoserver/molecule.yml b/molecule/ome-demoserver/molecule.yml
index 8cb94fe0..c75da184 100644
--- a/molecule/ome-demoserver/molecule.yml
+++ b/molecule/ome-demoserver/molecule.yml
@@ -22,5 +22,12 @@ provisioner:
name: ansible-lint
scenario:
name: ome-demoserver
+ test_sequence:
+ - 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
+ - dependency
+ - lint
+ - syntax
verifier:
name: testinfra