ssh retry docs addition (#77930)

This commit is contained in:
Don Naro
2022-06-02 12:21:40 -04:00
committed by GitHub
parent f270b4e224
commit 15750aec52
+4 -1
View File
@@ -174,7 +174,10 @@ DOCUMENTATION = '''
- name: ssh_extra_args
default: ''
reconnection_retries:
description: Number of attempts to connect.
description:
- Number of attempts to connect.
- Ansible retries connections only if it gets an SSH error with a return code of 255.
- Any errors with return codes other than 255 indicate an issue with program execution.
default: 0
type: integer
env: