summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorJeroen Seegers <jeroenseegers@users.noreply.github.com>2016-01-15 17:05:34 +0100
committerJeroen Seegers <jeroenseegers@users.noreply.github.com>2016-01-15 17:05:34 +0100
commit1a362cdff0bade4ddbb1e5912add74541d90275d (patch)
tree23cd945cf03e5756c8dfd604e552a2ceacf0ac5d /system
parent1a298f794812c1a7e1ebc9d76cc10bbc57499572 (diff)
downloadansible-modules-core-1a362cdff0bade4ddbb1e5912add74541d90275d.tar.gz
Update cron.py
Minor update to documentation for the cron module to reflect the required "name" parameter when the value of "state" is "absent".
Diffstat (limited to 'system')
-rw-r--r--system/cron.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/cron.py b/system/cron.py
index 63319096..c9023845 100644
--- a/system/cron.py
+++ b/system/cron.py
@@ -45,7 +45,7 @@ version_added: "0.9"
options:
name:
description:
- - Description of a crontab entry.
+ - Description of a crontab entry. Required if state=absent
default: null
required: false
user: