Add role for unattended-upgrades

This commit is contained in:
2019-03-16 12:05:55 -05:00
parent 3900e5c4d0
commit 605345d032
5 changed files with 208 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# {{ ansible_managed }}
{% if unattended_upgrades_apticron_email is defined %}
EMAIL="{{ unattended_upgrades_apticron_email }}"
{% endif %}