Update cron.py

Minor update to documentation for the cron module to reflect the required "name" parameter when the value of "state" is "absent".
pull/18777/head
Jeroen Seegers 9 years ago committed by Matt Clay
parent f50fbe9dd2
commit 7be08b00b0

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

Loading…
Cancel
Save