From a057711f4a1b047a417e2509f9a0f0a595c5dbf9 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Sat, 5 May 2018 23:57:49 +0000 Subject: [PATCH] admin-console needs /root set see https://github.com/ansible/ansible/issues/21562 --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index a2b8d84f7..35dcacf86 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,3 +3,6 @@ [defaults] squash_actions = apk, apt, dnf, homebrew, openbsd_pkg, pacman, pkgng, yum, zypper, package +remote_tmp = $HOME/.ansible/tmp +local_tmp = $HOME/.ansible/tmp +