Skip to content

Commit

Permalink
Don't install linux-modules-extra-raspi on Ubuntu 24.04 and up (#346)
Browse files Browse the repository at this point in the history
The extra modules were merged into the normal modules packet as of Kernel 6.8/Ubuntu 24.04

Signed-off-by: haseHH <[email protected]>
  • Loading branch information
haseHH authored Jul 11, 2024
1 parent a4b5363 commit 71d6ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/raspberrypi/tasks/prereq/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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', '<')"

0 comments on commit 71d6ba0

Please sign in to comment.