Updated apticron task

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2020-01-03 16:29:00 +01:00
parent 614caff1ce
commit c48cbd11c8
2 changed files with 5 additions and 1 deletions

View File

@ -16,4 +16,8 @@
owner: root
group: root
mode: 0644
vars_prompt:
- name: admin_mail
prompt: "Mail of server admin"
private: no

View File

@ -3,4 +3,4 @@
# Set EMAIL to a space separated list of addresses which will be notified of
# impending updates. By default the root account will be notified.
EMAIL="root@{{ ansible_domain }}"
EMAIL="{{ admin_mail }}"