Fix role order in reset playbook (#104)

This commit is contained in:
Simon Leiner
2022-09-25 19:35:36 +02:00
committed by GitHub
parent cd76fa05a7
commit 57e528832b

View File

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