diff --git a/system/cron.py b/system/cron.py index 9728e4de401..cfb254acee4 100644 --- a/system/cron.py +++ b/system/cron.py @@ -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 )