forked from bitlair/ansible
common: Never install backports kernel
This commit is contained in:
parent
7fb633b75a
commit
2bf3399c3e
1 changed files with 0 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue