corrected version added

reviewable/pr18780/r1
Brian Coca 9 years ago
parent f0f8d27bff
commit 8baecece22

@ -138,7 +138,7 @@ options:
description: description:
- If set, manages a crontab's environment variable. New variables are added on top of crontab. - If set, manages a crontab's environment variable. New variables are added on top of crontab.
"name" and "value" paramenters are the name and the value of environment variable. "name" and "value" paramenters are the name and the value of environment variable.
version_added: "2" version_added: "2.1"
required: false required: false
default: "no" default: "no"
choices: [ "yes", "no" ] choices: [ "yes", "no" ]
@ -146,14 +146,14 @@ options:
description: description:
- Used with C(state=present) and C(env). If specified, the environment variable will be - Used with C(state=present) and C(env). If specified, the environment variable will be
inserted after the declaration of specified environment variable. inserted after the declaration of specified environment variable.
version_added: "2" version_added: "2.1"
required: false required: false
default: null default: null
insertbefore: insertbefore:
description: description:
- Used with C(state=present) and C(env). If specified, the environment variable will be - Used with C(state=present) and C(env). If specified, the environment variable will be
inserted before the declaration of specified environment variable. inserted before the declaration of specified environment variable.
version_added: "2" version_added: "2.1"
required: false required: false
default: null default: null
requirements: requirements:

Loading…
Cancel
Save