Fix: added month section
This commit is contained in:
parent
8c48b35566
commit
898ddff892
|
@ -21,6 +21,9 @@ cron.{{ task }}:
|
|||
{% if 'daymonth' in task_options %}
|
||||
- daymonth: {{ task_options.daymonth }}
|
||||
{% endif %}
|
||||
{% if 'month' in task_options %}
|
||||
- month: {{ task_options.month }}
|
||||
{% endif %}
|
||||
{% if 'dayweek' in task_options %}
|
||||
- dayweek: {{ task_options.dayweek }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue