mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Rename persistent_connection_timeout to connect_timeout in INI section (#40260)
This commit is contained in:
parent
ad1a7d90ff
commit
5ae77337a1
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ options:
|
||||||
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:
|
||||||
|
|
Loading…
Reference in a new issue