updated cron state
This commit is contained in:
parent
9af36237e9
commit
69c6f4356b
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
{%- from "cron/map.jinja" import cron with context %}
|
{%- from "cron/map.jinja" import cron with context %}
|
||||||
{%- for key, value in cron.env.items() %}
|
{%- for key, value in cron.env.items() %}
|
||||||
cron-env-{{ key.lower }}:
|
cron-env-{{ key|lower }}:
|
||||||
cron.env_present:
|
cron.env_present:
|
||||||
- name: {{ value.name }}
|
- name: {{ value.name }}
|
||||||
- value: {{ value.command }}
|
- value: {{ value.command }}
|
||||||
|
Loading…
Reference in New Issue
Block a user