From b2a1c82f87a3059852167d1d7cc10081318133d3 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 22 May 2018 13:21:45 -0400 Subject: [PATCH] /library/working/.ansible/tmp -> /root/.ansible/tmp to fix #812 we hope --- ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 99cd939c9..c683b3cf4 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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