Преглед изворни кода

ansible-paybooks in the playbooks now uses -s by default

Till Klocke пре 9 година
родитељ
комит
6c3904be42
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 INVENTORY?=dortmund
 
-ANSIBLE=ansible-playbook -i inventories/$(INVENTORY)
+ANSIBLE=ansible-playbook -s -i inventories/$(INVENTORY)
 
 .PHONY: setup test update manage-users check-playbooks