Removing accidental tear-down step that is clearly a typo (#117)
Co-authored-by: Techno Tim <timothystewart6@gmail.com>
This commit is contained in:
parent
cb2fa7c441
commit
590a8029fd
@ -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
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user