summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2020-05-13 18:14:21 +0200
committerMichael Adam <obnox@samba.org>2020-05-14 01:36:40 +0200
commit921bb2e132df4a3422ef90251a7d98d00c22147d (patch)
tree732a46e3ab92d86099d5ee7662f156e7f17ea077
parent94b6cd2914d9f41b2efa40d986d4d002ae04c272 (diff)
downloadsamba-integration-921bb2e132df4a3422ef90251a7d98d00c22147d.tar.gz
samba-integration-921bb2e132df4a3422ef90251a7d98d00c22147d.tar.xz
samba-integration-921bb2e132df4a3422ef90251a7d98d00c22147d.zip
master: remove invocation of removed playbook
Found by Anoop CS. Signed-off-by: Michael Adam <obnox@samba.org>
-rw-r--r--vagrant/ansible/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/vagrant/ansible/Makefile b/vagrant/ansible/Makefile
index 6eaa741..e3d3454 100644
--- a/vagrant/ansible/Makefile
+++ b/vagrant/ansible/Makefile
@@ -2,7 +2,6 @@ INVENTORY := ./vagrant_ansible_inventory
setup.test:
@ansible-playbook -i $(INVENTORY) ./test.local.yml
- @ansible-playbook -i $(INVENTORY) ./test.yml
setup.cluster:
@ansible-playbook -i $(INVENTORY) ./setup-cluster.yml