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