From 3a25f69ad509a68ebaf2a52cfb7790dd57563d21 Mon Sep 17 00:00:00 2001 From: pwalczysko Date: Wed, 13 Nov 2024 17:42:10 +0000 Subject: [PATCH] Return sequence steps, without lint --- molecule/ome-demoserver/molecule.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/molecule/ome-demoserver/molecule.yml b/molecule/ome-demoserver/molecule.yml index 2902a5e0..007bcc74 100644 --- a/molecule/ome-demoserver/molecule.yml +++ b/molecule/ome-demoserver/molecule.yml @@ -23,11 +23,17 @@ 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 - dependency - syntax + - create + - prepare + - converge + # FIXME: Some tasks are not idempotent + # - idempotence + - verify + - destroy verifier: name: testinfra