Fix: added month section

This commit is contained in:
David Seira 2017-07-28 02:30:26 +02:00
parent 8c48b35566
commit 898ddff892
1 changed files with 3 additions and 0 deletions

View File

@ -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 %}