10 lines
245 B
YAML
10 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
|
||
|
|