Ansible/roles/jnv.unattended-upgrades/tasks/reboot.yml

10 lines
245 B
YAML
Raw Normal View History

---
# 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