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: '*'
|
hour: '*'
|
||||||
minute: '*'
|
minute: '*'
|
||||||
special_time: False
|
special_time: False
|
||||||
|
disabled: False
|
||||||
random_options:
|
random_options:
|
||||||
weekday: "{{ range(6)|list }}"
|
weekday: "{{ range(6)|list }}"
|
||||||
hour: "{{ range(1, 22)|list }}"
|
hour: "{{ range(1, 22)|list }}"
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ cron:
|
||||||
hour: '*'
|
hour: '*'
|
||||||
minute: '*'
|
minute: '*'
|
||||||
special_time: False
|
special_time: False
|
||||||
|
disabled: False
|
||||||
random_options:
|
random_options:
|
||||||
weekday: "{{ range(6)|list }}"
|
weekday: "{{ range(6)|list }}"
|
||||||
hour: "{{ range(1, 22)|list }}"
|
hour: "{{ range(1, 22)|list }}"
|
||||||
|
|
|
||||||
|
|
@ -37,3 +37,4 @@
|
||||||
weekday: '{{ job.weekday }}'
|
weekday: '{{ job.weekday }}'
|
||||||
hour: '{{ job.hour }}'
|
hour: '{{ job.hour }}'
|
||||||
minute: '{{ job.minute }}'
|
minute: '{{ job.minute }}'
|
||||||
|
disabled: '{{ job.disabled }}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue