From 60170b0a7ec3baa9dc42f389d3630f68b95fe47f Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 17 Oct 2024 22:13:40 +0200 Subject: ansible.cfg: Bump max_diff_size to 512k from 102k. --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3