diff --git a/playbook.yaml b/playbook.yaml index 42092f6..aab2a68 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -282,6 +282,7 @@ executable: /bin/bash become_user: 1000 register: checkout_fprime_workshop_led_blinker + ignore_errors: yes - name: Display stdout of checkout debug: msg: "{{ checkout_fprime_workshop_led_blinker.stdout }}"