Fix ansible.cfg

This commit is contained in:
Lauri Võsandi 2024-07-28 01:42:55 +03:00
parent b2b93879c2
commit e929b52e6d

View File

@ -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