machine_setup/ansible/ansible.cfg

7 lines
232 B
INI
Raw Normal View History

2022-10-09 18:51:41 -04:00
[defaults]
pipelining = True
2022-10-11 21:24:39 -04: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