Fix: added month section

This commit is contained in:
David Seira
2017-07-28 02:30:26 +02:00
parent 8c48b35566
commit 898ddff892
+3
View File
@@ -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 %}