From 0e8e0b4e86325b4ccb3c3dbdfd0b88e70cf42aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 29 May 2022 15:31:32 +0200 Subject: [PATCH] not free mode --- ansible.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 28cb064..17bdc18 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,4 +3,3 @@ ssh_args = -o ControlMaster=auto -o ControlPersist=60s [defaults] forks=2 pipelining = True -strategy = free