Add destructive targets to Makefile.
This commit is contained in:
parent
13076ca8be
commit
1489a13020
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue