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