common: Never install backports kernel

This commit is contained in:
polyfloyd 2023-10-28 16:44:24 +02:00
parent 7fb633b75a
commit 2bf3399c3e

View file

@ -9,10 +9,3 @@
notify: apt update
- meta: flush_handlers
- name: Install backports kernel
apt:
name: linux-image-amd64
state: latest
default_release: "{{ ansible_facts['distribution_release'] }}-backports"
when: ansible_facts['architecture'] == "x86_64" and ansible_facts['distribution_release'] != "bookworm"