Update cron.py

Minor update to documentation for the cron module to reflect the required "name" parameter when the value of "state" is "absent".
This commit is contained in:
Jeroen Seegers 2016-01-15 17:05:34 +01:00 committed by Matt Clay
parent f50fbe9dd2
commit 7be08b00b0

View file

@ -45,7 +45,7 @@ version_added: "0.9"
options: options:
name: name:
description: description:
- Description of a crontab entry. - Description of a crontab entry. Required if state=absent
default: null default: null
required: false required: false
user: user: