machine_setup/ansible/ansible.cfg

7 lines
232 B
INI
Raw Normal View History

2022-10-09 22:51:41 +00:00
[defaults]
pipelining = True
2022-10-12 01:24:39 +00:00
# Need to allow world readable tmpfiles for switching to an
# unprivileged user other than the connection user because the setfacl
# command fails on ZFS on FreeBSD.
allow_world_readable_tmpfiles = True