summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-10-17 22:13:40 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-10-17 22:13:40 +0200
commit60170b0a7ec3baa9dc42f389d3630f68b95fe47f (patch)
tree548dabb9d53b88b873df5c4dbdd0175392fc33b6 /ansible.cfg
parent5d42efe93d68bde13c065da337552e5c61d6e9bb (diff)
ansible.cfg: Bump max_diff_size to 512k from 102k.
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg1
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