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
haseHH 2024-07-11 19:18:06 +02:00 committed by GitHub
parent a4b5363318
commit 71d6ba0580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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', '<')"