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