Removing accidental tear-down step that is clearly a typo (#117)

Co-authored-by: Techno Tim <timothystewart6@gmail.com>
This commit is contained in:
Irakli Nadareishvili
2022-10-15 15:15:25 -04:00
committed by GitHub
parent cb2fa7c441
commit 590a8029fd

View File

@@ -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