From 2563c429ae927713796c8135b6f7f1b2240dfad4 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sun, 26 Oct 2025 20:03:00 +0100 Subject: [PATCH] remove line --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index a2fcdae..f530279 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -18,4 +18,4 @@ become_method = sudo # -o ControlPersist=60s # Sets the persistence time for the master connection to 60 seconds [ssh_connection] -ssh_args = -o ControlMaster=auto -o ControlPersist=60s +ssh_args = -o ControlMaster=auto -o ControlPersist=60s \ No newline at end of file