mirror of https://github.com/ansible/ansible.git
Convert test system to use Make
parent
ddf91a3d6f
commit
69b2d82be6
@ -0,0 +1,4 @@
|
||||
all: non_destructive destructive # amazon rackspace
|
||||
|
||||
non_destructive:
|
||||
ansible-playbook non_destructive.yml -i inventory -e @integration_config.yml -v $(TEST_FLAGS)
|
||||
@ -1 +0,0 @@
|
||||
ansible-playbook non_destructive.yml -i inventory -e @integration_config.yml -v $*
|
||||
Loading…
Reference in New Issue