Set version added to 2.2 so that tests pass
This commit is contained in:
parent
e398efb04f
commit
a4bd558240
1 changed files with 3 additions and 3 deletions
|
@ -98,7 +98,7 @@ options:
|
||||||
default: null
|
default: null
|
||||||
required: false
|
required: false
|
||||||
env_file:
|
env_file:
|
||||||
version_added: "2.1.1"
|
version_added: "2.2"
|
||||||
description:
|
description:
|
||||||
- Path to a file containing environment variables I(FOO=BAR).
|
- Path to a file containing environment variables I(FOO=BAR).
|
||||||
- If variable also present in C(env), then C(env) value will override.
|
- If variable also present in C(env), then C(env) value will override.
|
||||||
|
@ -263,7 +263,7 @@ options:
|
||||||
- To remove a container from one or more networks, use the C(purge_networks) option.
|
- To remove a container from one or more networks, use the C(purge_networks) option.
|
||||||
default: null
|
default: null
|
||||||
required: false
|
required: false
|
||||||
version_added: "2.1.1"
|
version_added: "2.2"
|
||||||
oom_killer:
|
oom_killer:
|
||||||
description:
|
description:
|
||||||
- Whether or not to disable OOM Killer for the container.
|
- Whether or not to disable OOM Killer for the container.
|
||||||
|
@ -306,7 +306,7 @@ options:
|
||||||
- Remove the container from all networks not included in C(networks) parameter.
|
- Remove the container from all networks not included in C(networks) parameter.
|
||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
version_added: "2.1.1"
|
version_added: "2.2"
|
||||||
read_only:
|
read_only:
|
||||||
description:
|
description:
|
||||||
- Mount the container's root file system as read-only.
|
- Mount the container's root file system as read-only.
|
||||||
|
|
Loading…
Reference in a new issue