mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
committed by
Matt Clay
parent
f50fbe9dd2
commit
7be08b00b0
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user