Skip to content

Commit 2defd74

Browse files
committed
allow_world_readable_tmpfiles for unprivileged user.
Allow using world-readable permissions for temporary files Ansible needs to create when becoming an unprivileged user. This is necessary to avoid error: "Failed to set permissions on the temporary files Ansible needs to create when becoming an unprivileged user"
1 parent 29de6a9 commit 2defd74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
inventory = ./inventory
33
display_skipped_hosts = false
44
remote_tmp = /tmp/${USER}/ansible
5+
allow_world_readable_tmpfiles = true
56
host_key_checking = false
67
timeout=60
78

0 commit comments

Comments
 (0)