mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add destructive targets to Makefile.
This commit is contained in:
@@ -2,3 +2,6 @@ all: non_destructive destructive # amazon rackspace
|
||||
|
||||
non_destructive:
|
||||
ansible-playbook non_destructive.yml -i inventory -e @integration_config.yml -v $(TEST_FLAGS)
|
||||
|
||||
non_destructive:
|
||||
ansible-playbook destructive.yml -i inventory -e @integration_config.yml -v $(TEST_FLAGS)
|
||||
|
||||
Reference in New Issue
Block a user