From c7df7c3a4f25442282e11d2f695a3f63ac32c0ea Mon Sep 17 00:00:00 2001 From: George Hunt Date: Mon, 21 May 2018 14:38:04 +0000 Subject: [PATCH] move the ansible working files to /librar/working --- ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index a78e0ba0b..99cd939c9 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 = /tmp/.ansible/tmp -local_tmp = /tmp/.ansible/tmp +remote_tmp = /library/working/.ansible/tmp +local_tmp = /library/working/.ansible/tmp