use more variables instead of hard-coding (fixes #3)

This commit is contained in:
Jannik Beyerstedt 2019-11-12 21:06:04 +01:00
parent d48064a7e3
commit 04686de59c
15 changed files with 101 additions and 70 deletions

View file

@ -46,4 +46,4 @@
cron:
name: MAILTO
env: yes
value: "device-{{ ansible_hostname }}@jtbx.de"
value: "{{ cron_email }}"