Skip to content

Commit

Permalink
Return sequence steps, without lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Nov 13, 2024
1 parent 3868e1a commit 3a25f69
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion molecule/ome-demoserver/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a25f69

Please sign in to comment.