public-health-ch/ansible/roles/jnv.unattended-upgrades/tasks/reboot.yml
2020-05-16 00:14:14 +02:00

9 lines
245 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
apt:
pkg: update-notifier-common
state: present
failed_when: false