diff --git a/ansible.cfg b/ansible.cfg index 356b0b577..b135b48fb 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -32,7 +32,7 @@ timeout = 60 [ssh_connection] # see: https://github.com/ansible/ansible/issues/11536 control_path = %(directory)s/%%h-%%r-%%p -ssh_args = -o ControlMaster=auto -o ControlPersist=600s -o PreferredAuthentications=publickey +ssh_args = -o ControlMaster=auto -o ControlPersist=600s pipelining = True # Option to retry failed ssh executions if the failure is encountered in ssh itself