updated cron state
This commit is contained in:
parent
cd24fab014
commit
779771e8d6
@ -1,10 +1,6 @@
|
||||
---
|
||||
cron:
|
||||
env:
|
||||
SHELL:
|
||||
name: SHELL
|
||||
command: /bin/bash
|
||||
MAILTO:
|
||||
name: MAILTO
|
||||
command: "me@ac.me"
|
||||
tasks:
|
||||
SHELL: /bin/bash
|
||||
MAILTO: "me@ac.me"
|
||||
tasks: {}
|
||||
|
@ -3,6 +3,6 @@
|
||||
{%- for key, value in cron.env.items() %}
|
||||
cron-env-{{ key|lower }}:
|
||||
cron.env_present:
|
||||
- name: {{ value.name }}
|
||||
- value: {{ value.command }}
|
||||
- name: {{ key }}
|
||||
- value: {{ value }}
|
||||
{%- endfor %}
|
Loading…
Reference in New Issue
Block a user