machine_setup/ansible/ansible.cfg
2022-10-11 21:26:12 -04:00

7 lines
232 B
INI

[defaults]
pipelining = True
# 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