Skip to content

Commit

Permalink
Fix role order in reset playbook (techno-tim#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleiner committed Sep 25, 2022
1 parent cd76fa0 commit 57e5288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
gather_facts: yes
become: yes
roles:
- role: reset
- role: raspberrypi
vars: {state: absent}
- role: reset
post_tasks:
- name: Reboot and wait for node to come back up
reboot:
Expand Down

0 comments on commit 57e5288

Please sign in to comment.