Commit 1489a130 by Michael DeHaan

Add destructive targets to Makefile.

parent 13076ca8
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment