Add destructive targets to Makefile.

This commit is contained in:
Michael DeHaan 2014-02-20 13:05:03 -05:00
parent 13076ca8be
commit 1489a13020

View file

@ -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)