homeserver/roles/hifis-net.unattended_upgrades/tasks/reboot.yml

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