mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Update the cron docs to specify that it takes a boolean value
This commit is contained in:
parent
623f70ecd6
commit
84110be91d
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ options:
|
||||||
- If set, create a backup of the crontab before it is modified.
|
- If set, create a backup of the crontab before it is modified.
|
||||||
The location of the backup is returned in the C(backup_file) variable by this module.
|
The location of the backup is returned in the C(backup_file) variable by this module.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
choices: [ "yes", "no" ]
|
||||||
|
default: no
|
||||||
minute:
|
minute:
|
||||||
description:
|
description:
|
||||||
- Minute when the job should run ( 0-59, *, */2, etc )
|
- Minute when the job should run ( 0-59, *, */2, etc )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue