Added disable option
This commit is contained in:
parent
1c11148374
commit
8599637bd1
3 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ defaults:
|
|||
hour: '*'
|
||||
minute: '*'
|
||||
special_time: False
|
||||
disabled: False
|
||||
random_options:
|
||||
weekday: "{{ range(6)|list }}"
|
||||
hour: "{{ range(1, 22)|list }}"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ cron:
|
|||
hour: '*'
|
||||
minute: '*'
|
||||
special_time: False
|
||||
disabled: False
|
||||
random_options:
|
||||
weekday: "{{ range(6)|list }}"
|
||||
hour: "{{ range(1, 22)|list }}"
|
||||
|
|
|
|||
|
|
@ -37,3 +37,4 @@
|
|||
weekday: '{{ job.weekday }}'
|
||||
hour: '{{ job.hour }}'
|
||||
minute: '{{ job.minute }}'
|
||||
disabled: '{{ job.disabled }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue