From e929b52e6d655a5ac8db9010747da24a2099b618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sun, 28 Jul 2024 01:42:55 +0300 Subject: [PATCH] Fix ansible.cfg --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 8d8c73d..b262fb2 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -11,5 +11,5 @@ remote_user = root [ssh_connection] control_path = ~/.ssh/cm-%%r@%%h:%%p -ssh_args = -o ControlMaster=auto -o ControlPersist=8h -F ssh_config +ssh_args = -o ControlMaster=auto -o ControlPersist=8h -F ansible/ssh_config pipelining = True