mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update cron module documentation. The 'name' parameter is required.
This commit is contained in:
parent
5a075e3b93
commit
79c245f31f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Description of a crontab entry.
|
- Description of a crontab entry.
|
||||||
required: false
|
required: true
|
||||||
default: null
|
default: null
|
||||||
user:
|
user:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue