* 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>
6 lines
106 B
YAML
6 lines
106 B
YAML
---
|
|
- name: Remove linux-modules-extra-raspi
|
|
apt:
|
|
name: linux-modules-extra-raspi
|
|
state: absent
|