0
0
mirror of https://github.com/saltstack-formulas/cron-formula.git synced 2024-11-27 23:07:46 +01:00

Fix: added month section

This commit is contained in:
David Seira 2017-07-28 02:30:26 +02:00
parent 8c48b35566
commit 898ddff892

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