1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 12:12:12 +00:00

Update ansible.cfg to match upstream (#62)

This fixes ansible versions 2.2.0+ 2.3.0  See: https://github.com/ansible/ansible/pull/1855
This commit is contained in:
Jerry Vonau 2017-07-04 15:00:13 -05:00 committed by georgejhunt
parent 97f6c4c654
commit c00a5d828b

View file

@ -13,7 +13,8 @@
hostfile = /etc/ansible/hosts
library = /usr/share/ansible
remote_tmp = $HOME/.ansible/tmp
remote_tmp = ~/.ansible/tmp
local_tmp = ~/.ansible/tmp
pattern = *
forks = 5
poll_interval = 15