6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
|
||
|
{% if unattended_upgrades_apticron_email is defined %}
|
||
|
EMAIL="{{ unattended_upgrades_apticron_email }}"
|
||
|
{% endif %}
|