mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 18:23:05 +01:00
Removing accidental tear-down step that is clearly a typo (#117)
Co-authored-by: Techno Tim <timothystewart6@gmail.com>
This commit is contained in:
committed by
GitHub
parent
cb2fa7c441
commit
590a8029fd
@@ -11,11 +11,3 @@
|
||||
apt:
|
||||
name: linux-modules-extra-raspi
|
||||
state: present
|
||||
|
||||
- name: Teardown
|
||||
when: state == "absent"
|
||||
block:
|
||||
- name: Remove linux-modules-extra-raspi
|
||||
apt:
|
||||
name: linux-modules-extra-raspi
|
||||
state: absent
|
||||
|
||||
Reference in New Issue
Block a user