Update the cron docs to specify that it takes a boolean value

reviewable/pr18780/r1
Toshio Kuratomi 9 years ago
parent 0c04a54f67
commit 8d2fdf2aff

@ -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…
Cancel
Save