From db529131ed958e0ac807e4460f00c70e3acaa86c Mon Sep 17 00:00:00 2001 From: Arky Date: Sun, 14 Oct 2018 22:02:12 +0700 Subject: [PATCH] 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 --- ansible.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index c683b3cf4..a2b8d84f7 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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