Fix persistent timeout definitions (#40540)
This commit is contained in:
parent
90588f4970
commit
28f19fc7b3
2 changed files with 6 additions and 6 deletions
|
@ -115,8 +115,8 @@ options:
|
||||||
will fail
|
will fail
|
||||||
default: 30
|
default: 30
|
||||||
ini:
|
ini:
|
||||||
section: persistent_connection
|
- section: persistent_connection
|
||||||
key: persistent_connect_timeout
|
key: connect_timeout
|
||||||
env:
|
env:
|
||||||
- name: ANSIBLE_PERSISTENT_CONNECT_TIMEOUT
|
- name: ANSIBLE_PERSISTENT_CONNECT_TIMEOUT
|
||||||
persistent_command_timeout:
|
persistent_command_timeout:
|
||||||
|
@ -128,8 +128,8 @@ options:
|
||||||
close
|
close
|
||||||
default: 10
|
default: 10
|
||||||
ini:
|
ini:
|
||||||
section: persistent_connection
|
- section: persistent_connection
|
||||||
key: persistent_command_timeout
|
key: command_timeout
|
||||||
env:
|
env:
|
||||||
- name: ANSIBLE_PERSISTENT_COMMAND_TIMEOUT
|
- name: ANSIBLE_PERSISTENT_COMMAND_TIMEOUT
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -138,8 +138,8 @@ options:
|
||||||
will fail
|
will fail
|
||||||
default: 30
|
default: 30
|
||||||
ini:
|
ini:
|
||||||
section: persistent_connection
|
- section: persistent_connection
|
||||||
key: connect_timeout
|
key: connect_timeout
|
||||||
env:
|
env:
|
||||||
- name: ANSIBLE_PERSISTENT_CONNECT_TIMEOUT
|
- name: ANSIBLE_PERSISTENT_CONNECT_TIMEOUT
|
||||||
persistent_command_timeout:
|
persistent_command_timeout:
|
||||||
|
|
Loading…
Reference in a new issue