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
|
- self.config_path
|
||||||
- dockercfg_path
|
- dockercfg_path
|
||||||
state:
|
state:
|
||||||
version_added: '2.2'
|
version_added: '2.3'
|
||||||
description:
|
description:
|
||||||
- This controls the current state of the user. C(present) will login in a user, C(absent) will log him out.
|
- 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.
|
- To logout you only need the registry server, which defaults to DockerHub.
|
||||||
|
|
|
@ -106,11 +106,11 @@ options:
|
||||||
description:
|
description:
|
||||||
- list of hosts or IPs to ignore when looking for active TCP connections for C(drained) state
|
- list of hosts or IPs to ignore when looking for active TCP connections for C(drained) state
|
||||||
sleep:
|
sleep:
|
||||||
version_added: "2.1"
|
version_added: "2.3"
|
||||||
required: false
|
required: false
|
||||||
default: 1
|
default: 1
|
||||||
description:
|
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:
|
notes:
|
||||||
- The ability to use search_regex with a port connection was added in 1.7.
|
- The ability to use search_regex with a port connection was added in 1.7.
|
||||||
requirements: []
|
requirements: []
|
||||||
|
|
Loading…
Reference in a new issue