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