mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Remove hardcoded remote_tmp and local_tmp
Removing hardcoded paths from ansible.cfg. You should always let ansible subsystems to managed these paths. This breaks the TravisCI virtual environment. Fixes https://github.com/iiab/iiab/issues/1066
This commit is contained in:
parent
9269a15e84
commit
db529131ed
1 changed files with 0 additions and 2 deletions
|
@ -3,5 +3,3 @@
|
|||
|
||||
[defaults]
|
||||
squash_actions = apk, apt, dnf, homebrew, openbsd_pkg, pacman, pkgng, yum, zypper, package
|
||||
remote_tmp = /root/.ansible/tmp
|
||||
local_tmp = /root/.ansible/tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue