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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,3 @@
apt: apt:
name: linux-modules-extra-raspi name: linux-modules-extra-raspi
state: present state: present
- name: Teardown
when: state == "absent"
block:
- name: Remove linux-modules-extra-raspi
apt:
name: linux-modules-extra-raspi
state: absent