From d06882d3ce4e9d4035a6e3237226e08985eae84a Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 17 Mar 2017 16:56:59 +0000 Subject: ansible.cfg: Allow Ansible tmpfiles to be readable by any user This worksaround an issue with newer versions of Ansible. See https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user for more information. --- ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg index b81f6a5d..9641f6fe 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,4 +2,5 @@ # the instances that don't have public IPs. [ssh_connection] ssh_args = -o ProxyCommand="ssh -q -A fedora@185.43.218.170 'nc %h %p'" - +[defaults] +allow_world_readable_tmpfiles=true -- cgit v1.2.1