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