m0duspwnens
2019-11-05 17:34:36 -05:00
parent 51211aa5a8
commit c96678f5a0

View File

@@ -6,10 +6,10 @@ patch_os_schedule:
- job_args: - job_args:
- patch.os - patch.os
- when: - when:
{% for day in pillar['patch']['os']['schedule'] %} {% for days in pillar['patch']['os']['schedule'] %}
{% for day, time in day.iteritems() %} {% for day, times in days.iteritems() %}
{% for each_time in time %} {% for time in times %}
- {{day}} {{each_time}} - {{day}} {{time}}
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}