ソースを参照

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