mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-27 03:03:10 +01:00
Compare commits
3 Commits
dependabot
...
766432b623
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
766432b623 | ||
|
|
ddf70817cf | ||
|
|
b375892c38 |
@@ -11,3 +11,4 @@
|
||||
ansible.builtin.apt:
|
||||
name: linux-modules-extra-raspi
|
||||
state: present
|
||||
when: ansible_distribution_version is version('24.04', '<')
|
||||
|
||||
@@ -3,3 +3,4 @@
|
||||
ansible.builtin.apt:
|
||||
name: linux-modules-extra-raspi
|
||||
state: absent
|
||||
when: ansible_distribution_version is version('24.04', '<')
|
||||
|
||||
Reference in New Issue
Block a user