Skip to content

Commit

Permalink
Drop molecule syntax check
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Oct 31, 2023
1 parent 79faac2 commit 32ba613
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ requirements: install
@find ${ROLE_DIR} -type d -name test_plugins | xargs -r cp -a -t ${PLUGIN_DIR}/
@rm -rf ${ROLE_DIR}/plugins
@grep -Rl sorted_get ${ROLE_DIR} | xargs -rL 1 sed -ie 's/sorted_get/nephelaiio.mongodb.sorted_get/g'
@find ./ -name "*.ymle" -delete
@find ./ -name "*.ymle*" -delete

build: requirements
@poetry run ansible-galaxy collection build
Expand Down
13 changes: 13 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,16 @@ provisioner:
name: ansible
verifier:
name: ansible
scenario:
test_sequence:
- dependency
- cleanup
- destroy
- create
- prepare
- converge
- idempotence
- side_effect
- verify
- cleanup
- destroy

0 comments on commit 32ba613

Please sign in to comment.