mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #813 from holta/ansible-tmp
Move .ansible/tmp from /library/working -> /root (proposed fix for #812) Closes #812
This commit is contained in:
commit
210dea7728
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@
|
|||
|
||||
[defaults]
|
||||
squash_actions = apk, apt, dnf, homebrew, openbsd_pkg, pacman, pkgng, yum, zypper, package
|
||||
remote_tmp = /library/working/.ansible/tmp
|
||||
local_tmp = /library/working/.ansible/tmp
|
||||
remote_tmp = /root/.ansible/tmp
|
||||
local_tmp = /root/.ansible/tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue