summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/system/cron.py
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2016-12-07 21:33:38 -0500
committerMatt Clay <matt@mystile.com>2016-12-08 11:25:36 -0500
commit8afa090417bcb6b7007ab6feb1ce3281cdd37001 (patch)
tree47ac2b7cef9572b90cddb866222e4a969dbebda9 /lib/ansible/modules/system/cron.py
parent95d59b61ebaeaeec53a3860c590bb95a38f96e45 (diff)
downloadansible-8afa090417bcb6b7007ab6feb1ce3281cdd37001.tar.gz
Resolving differences in core modules post-merge
Diffstat (limited to 'lib/ansible/modules/system/cron.py')
-rw-r--r--lib/ansible/modules/system/cron.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/modules/system/cron.py b/lib/ansible/modules/system/cron.py
index 4306ea12bf..6e87147f39 100644
--- a/lib/ansible/modules/system/cron.py
+++ b/lib/ansible/modules/system/cron.py
@@ -137,7 +137,7 @@ options:
disabled:
description:
- If the job should be disabled (commented out) in the crontab. Only has effect if state=present
- version_added: "1.9"
+ version_added: "2.0"
required: false
default: false
env:
@@ -152,14 +152,14 @@ options:
description:
- Used with C(state=present) and C(env). If specified, the environment variable will be
inserted after the declaration of specified environment variable.
- version_added: "2"
+ version_added: "2.1"
required: false
default: null
insertbefore:
description:
- Used with C(state=present) and C(env). If specified, the environment variable will be
inserted before the declaration of specified environment variable.
- version_added: "2"
+ version_added: "2.1"
required: false
default: null
requirements: