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

This commit is contained in:
Toshio Kuratomi 2015-05-19 14:23:23 -07:00 committed by Matt Clay
parent 623f70ecd6
commit 84110be91d

View file

@ -73,7 +73,8 @@ options:
- 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.
required: false
default: false
choices: [ "yes", "no" ]
default: no
minute:
description:
- Minute when the job should run ( 0-59, *, */2, etc )