Unverified Commit 71d6ba05 authored by haseHH's avatar haseHH Committed by GitHub
Browse files

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: default avatarhaseHH <christian@hase.hamburg>
parent a4b53633
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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', '<')"