Explorar o código

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

Till Klocke %!s(int64=9) %!d(string=hai) anos
pai
achega
6c3904be42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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