updated cron state

This commit is contained in:
Paul 2021-07-17 15:22:43 +02:00
parent 9af36237e9
commit 69c6f4356b

View File

@ -1,7 +1,7 @@
---
{%- from "cron/map.jinja" import cron with context %}
{%- for key, value in cron.env.items() %}
cron-env-{{ key.lower }}:
cron-env-{{ key|lower }}:
cron.env_present:
- name: {{ value.name }}
- value: {{ value.command }}