mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Don't install linux-modules-extra-raspi on Ubuntu 24.04 and up (#346)
The extra modules were merged into the normal modules packet as of Kernel 6.8/Ubuntu 24.04 Signed-off-by: haseHH <christian@hase.hamburg>
This commit is contained in:
@@ -15,4 +15,4 @@
|
||||
name: linux-modules-extra-raspi
|
||||
update_cache: true
|
||||
state: present
|
||||
when: "ansible_distribution_version is version('20.10', '>=')"
|
||||
when: "ansible_distribution_version is version('20.10', '>=') and ansible_distribution_version is version('24.04', '<')"
|
||||
|
||||
Reference in New Issue
Block a user