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

pull/18777/head
Toshio Kuratomi 9 years ago committed by Matt Clay
parent 623f70ecd6
commit 84110be91d

@ -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