For new options move vesion_added to 2.1.1

pull/18777/head
chouseknecht 9 years ago committed by Matt Clay
parent c8f63e867a
commit e398efb04f

@ -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…
Cancel
Save