For new options move vesion_added to 2.1.1
This commit is contained in:
parent
633e11be1e
commit
78019e4388
1 changed files with 3 additions and 3 deletions
|
@ -98,7 +98,7 @@ options:
|
|||
default: null
|
||||
required: false
|
||||
env_file:
|
||||
version_added: "2.2"
|
||||
version_added: "2.1.1"
|
||||
description:
|
||||
- Path to a file containing environment variables I(FOO=BAR).
|
||||
- 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.
|
||||
default: null
|
||||
required: false
|
||||
version_added: "2.2"
|
||||
version_added: "2.1.1"
|
||||
oom_killer:
|
||||
description:
|
||||
- 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.
|
||||
default: false
|
||||
required: false
|
||||
version_added: "2.2"
|
||||
version_added: "2.1.1"
|
||||
read_only:
|
||||
description:
|
||||
- Mount the container's root file system as read-only.
|
||||
|
|
Loading…
Reference in a new issue