1
0
Fork 0
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:
Arky 2018-10-14 22:02:12 +07:00 committed by GitHub
parent 9269a15e84
commit db529131ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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