We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c04a54 commit 8d2fdf2Copy full SHA for 8d2fdf2
system/cron.py
@@ -73,7 +73,8 @@
73
- If set, create a backup of the crontab before it is modified.
74
The location of the backup is returned in the C(backup_file) variable by this module.
75
required: false
76
- default: false
+ choices: [ "yes", "no" ]
77
+ default: no
78
minute:
79
description:
80
- Minute when the job should run ( 0-59, *, */2, etc )
0 commit comments