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