Skip to content

Commit

Permalink
debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Styhar committed Nov 1, 2023
1 parent d08ec81 commit 49aa4b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
shell: "cat {{ app_directory }}/composer.json"
register: composer

- debug: msg="{{ composer.stdout }}"
- debug: msg="{{ composer.stderr }}"

- name: Save composer output
set_fact:
jsondata: "{{ composer.stdout | from_json }}"
Expand Down

0 comments on commit 49aa4b8

Please sign in to comment.