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:
parent
f50fbe9dd2
commit
7be08b00b0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue