Don't install linux-modules-extra-raspi on Ubuntu 24.04 and up

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/346/head
haseHH 2024-07-10 14:25:15 +02:00 committed by GitHub
parent a4b5363318
commit 17ce2e370e
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', '<')"