Skip to content

Commit

Permalink
fix: remove idempotence
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrobert committed Nov 19, 2022
1 parent aecfbe5 commit b041dcf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,13 @@ lint:
set -e
yamllint .
ansible-lint
flake8
flake8

scenario:
test_sequence:
- destroy
- create
- converge
# - idempotence
- lint
- verify

0 comments on commit b041dcf

Please sign in to comment.