mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
corrected version added
This commit is contained in:
parent
20f2fe4e91
commit
ba6bc5382d
2 changed files with 3 additions and 3 deletions
|
@ -106,11 +106,11 @@ options:
|
|||
description:
|
||||
- list of hosts or IPs to ignore when looking for active TCP connections for C(drained) state
|
||||
sleep:
|
||||
version_added: "2.1"
|
||||
version_added: "2.3"
|
||||
required: false
|
||||
default: 1
|
||||
description:
|
||||
- Number of seconds to sleep between checks, before 2.1 this was hardcoded to 1 second.
|
||||
- Number of seconds to sleep between checks, before 2.3 this was hardcoded to 1 second.
|
||||
notes:
|
||||
- The ability to use search_regex with a port connection was added in 1.7.
|
||||
requirements: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue