1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

For new options move vesion_added to 2.1.1

This commit is contained in:
chouseknecht 2016-05-30 18:39:52 -04:00 committed by Matt Clay
parent c8f63e867a
commit e398efb04f

View file

@ -98,7 +98,7 @@ options:
default: null default: null
required: false required: false
env_file: env_file:
version_added: "2.2" version_added: "2.1.1"
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.2" version_added: "2.1.1"
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.2" version_added: "2.1.1"
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.