mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-08-09 15:33:18 +02:00
b906cfbf72
Co-authored-by: Techno Tim <timothystewart6@gmail.com>
7 lines
184 B
YAML
7 lines
184 B
YAML
---
|
|
- name: Remove linux-modules-extra-raspi
|
|
ansible.builtin.apt:
|
|
name: linux-modules-extra-raspi
|
|
state: absent
|
|
when: ansible_distribution_version is version('24.04', '<')
|