From 921bb2e132df4a3422ef90251a7d98d00c22147d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 May 2020 18:14:21 +0200 Subject: master: remove invocation of removed playbook Found by Anoop CS. Signed-off-by: Michael Adam --- vagrant/ansible/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- cgit