diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-10-17 22:13:40 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-10-17 22:13:40 +0200 |
commit | 60170b0a7ec3baa9dc42f389d3630f68b95fe47f (patch) | |
tree | 548dabb9d53b88b873df5c4dbdd0175392fc33b6 | |
parent | 5d42efe93d68bde13c065da337552e5c61d6e9bb (diff) |
ansible.cfg: Bump max_diff_size to 512k from 102k.
-rw-r--r-- | ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index a35402e..cf64db8 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,6 @@ [defaults] inventory = ./hosts.ini +max_diff_size = 524288 [privilege_escalation] become = True |