added documentation and non special options. Breaking change
This commit is contained in:
parent
bade40d4d5
commit
f8c19db61e
4 changed files with 76 additions and 10 deletions
|
|
@ -1 +1,12 @@
|
|||
cron: {}
|
||||
cron:
|
||||
jobs: {}
|
||||
defaults:
|
||||
user: root
|
||||
weekday: '*'
|
||||
hour: '*'
|
||||
minute: '*'
|
||||
special_time: False
|
||||
random_options:
|
||||
weekday: "{{ range(6)|list }}"
|
||||
hour: "{{ range(1, 22)|list }}"
|
||||
minute: "{{ range(5, 50)|list }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue