Skip to content

Commit

Permalink
Removing accidental tear-down step that is clearly a typo (techno-tim…
Browse files Browse the repository at this point in the history
…#117)

Co-authored-by: Techno Tim <[email protected]>
  • Loading branch information
inadarei and timothystewart6 committed Oct 15, 2022
1 parent cb2fa7c commit 590a802
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions roles/raspberrypi/tasks/setup/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 590a802

Please sign in to comment.