ssh retry docs addition (#77930)

pull/77875/head
Don Naro 2 years ago committed by GitHub
parent f270b4e224
commit 15750aec52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save