|
|
@ -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:
|
|
|
|