Configure unattended-upgrades

Signed-off-by: Emmy D'Anello <ynerant@emy.lu>
This commit is contained in:
2023-04-03 13:38:26 +02:00
parent 0d560218e2
commit d320cc0a44
7 changed files with 237 additions and 1 deletions

View File

@@ -59,3 +59,9 @@
- name: Update APT cache
apt:
update_cache: true
# APT-List Changes : send email with changelog
- include_tasks: apt-listchanges.yml
# APT Unattended upgrades
- include_tasks: apt-unattended.yml