This commit is contained in:
m0duspwnens
2019-11-11 11:09:32 -05:00
parent bd26db1f23
commit 67108ccc77
3 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ patch_os_schedule:
- patch.os
- when:
{% for days in os_schedule.patch.os.schedule %}
{% for day, times in days.iteritems() %}
{% for day, times in days.items() %}
{% for time in times %}
- {{day}} {{time}}
{% endfor %}