Work around ansible limitations (missing NFSv4 ACL support)

This commit is contained in:
genofire 2021-01-31 17:44:26 +01:00
parent 925499223e
commit 4afadb1674
1 changed files with 2 additions and 2 deletions

View File

@ -277,7 +277,7 @@ fact_caching_connection=/tmp
# turn this on to have behaviour more like Ansible prior to 2.1.x. See
# https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user
# for more secure ways to fix this than enabling this option.
#allow_world_readable_tmpfiles = False
#allow_world_readable_tmpfiles = True
# controls the compression level of variables sent to
# worker processes. At the default of 0, no compression
@ -398,7 +398,7 @@ fact_caching_connection=/tmp
# By default, this option is disabled to preserve compatibility with
# sudoers configurations that have requiretty (the default on many distros).
#
#pipelining = False
pipelining = True
# Control the mechanism for transferring files (old)
# * smart = try sftp and then try scp [default]