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>pull/347/head^2
parent
a4b5363318
commit
71d6ba0580
|
@ -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', '<')"
|
||||
|
|
Loading…
Reference in New Issue