Skip to content

Commit

Permalink
register and display stdout & stderr of checkout command in fprime-wo…
Browse files Browse the repository at this point in the history
…rkshop-led-blinker
  • Loading branch information
capsulecorplab committed Apr 10, 2024
1 parent f35a09a commit 517b307
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,13 @@
chdir: /home/kasm-default-profile/fprime-workshop-led-blinker
executable: /bin/bash
become_user: 1000
register: checkout_fprime_workshop_led_blinker
- name: Display stdout of checkout
debug:
msg: "{{ checkout_fprime_workshop_led_blinker.stdout }}"
- name: Display stderr of checkout
debug:
msg: "{{ checkout_fprime_workshop_led_blinker.stderr }}"
- name: Fetch fprime-workshop-led-blinker/fprime submodule
shell:
cmd: git fetch
Expand Down

0 comments on commit 517b307

Please sign in to comment.