mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
made max diff size configurable
This commit is contained in:
parent
e438a26ada
commit
c24249c57d
3 changed files with 8 additions and 3 deletions
|
@ -198,6 +198,10 @@
|
|||
# is used. This value must be an integer from 0 to 9.
|
||||
#var_compression_level = 9
|
||||
|
||||
# This controls the cutoff point (in bytes) on --diff for files
|
||||
# set to 0 for unlimited (RAM may suffer!).
|
||||
#max_diff_size = 1048576
|
||||
|
||||
[privilege_escalation]
|
||||
#become=True
|
||||
#become_method=sudo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue