mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
/library/working/.ansible/tmp -> /root/.ansible/tmp to fix #812 we hope
This commit is contained in:
parent
a93a47fc12
commit
b2a1c82f87
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@
|
||||||
|
|
||||||
[defaults]
|
[defaults]
|
||||||
squash_actions = apk, apt, dnf, homebrew, openbsd_pkg, pacman, pkgng, yum, zypper, package
|
squash_actions = apk, apt, dnf, homebrew, openbsd_pkg, pacman, pkgng, yum, zypper, package
|
||||||
remote_tmp = /library/working/.ansible/tmp
|
remote_tmp = /root/.ansible/tmp
|
||||||
local_tmp = /library/working/.ansible/tmp
|
local_tmp = /root/.ansible/tmp
|
||||||
|
|
Loading…
Add table
Reference in a new issue