homeserver/roles/hifis-net.unattended_upgrades/tasks/reboot.yml
mg b5c16eaacd Rolle aktualisiert: unattended upgrades (#461)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #461
2023-02-17 12:17:12 +01:00

10 lines
292 B
YAML

---
# Ignored, since newer distros don't need this package
# https://github.com/jnv/ansible-role-unattended-upgrades/issues/6
- name: "Install update-notifier-common"
ansible.builtin.apt:
name: "update-notifier-common"
state: "present"
force_apt_get: "yes"
failed_when: false