Set version added to 2.2 so that tests pass

reviewable/pr18780/r1
chouseknecht 8 years ago
parent 78019e4388
commit d9c751be16
No known key found for this signature in database
GPG Key ID: 78F1698C5705A81B

@ -98,7 +98,7 @@ options:
default: null
required: false
env_file:
version_added: "2.1.1"
version_added: "2.2"
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.1.1"
version_added: "2.2"
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.1.1"
version_added: "2.2"
read_only:
description:
- Mount the container's root file system as read-only.

Loading…
Cancel
Save