corrected version added
This commit is contained in:
parent
20f2fe4e91
commit
ba6bc5382d
2 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ options:
|
|||
- self.config_path
|
||||
- dockercfg_path
|
||||
state:
|
||||
version_added: '2.2'
|
||||
version_added: '2.3'
|
||||
description:
|
||||
- This controls the current state of the user. C(present) will login in a user, C(absent) will log him out.
|
||||
- To logout you only need the registry server, which defaults to DockerHub.
|
||||
|
|
|
@ -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…
Reference in a new issue