forked from tim/k3s-ansible
Drop support for CentOS, test Rocky and Debian in CI (#92)
* Test CentOS 7 in CI * Drop support for CentOS, test on Rocky and Debian * Fix reset playbook for Rocky Linux * Fix typo * Disable firewalld during testing Co-authored-by: Techno Tim <timothystewart6@gmail.com>
This commit is contained in:
5
roles/raspberrypi/tasks/teardown/Ubuntu.yml
Normal file
5
roles/raspberrypi/tasks/teardown/Ubuntu.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Remove linux-modules-extra-raspi
|
||||
apt:
|
||||
name: linux-modules-extra-raspi
|
||||
state: absent
|
||||
Reference in New Issue
Block a user