Skip to content

Commit 8d2fdf2

Browse files
committed
Update the cron docs to specify that it takes a boolean value
1 parent 0c04a54 commit 8d2fdf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system/cron.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
- If set, create a backup of the crontab before it is modified.
7474
The location of the backup is returned in the C(backup_file) variable by this module.
7575
required: false
76-
default: false
76+
choices: [ "yes", "no" ]
77+
default: no
7778
minute:
7879
description:
7980
- Minute when the job should run ( 0-59, *, */2, etc )

0 commit comments

Comments
 (0)