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:
parent
97f6c4c654
commit
c00a5d828b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue