Skip to content

Commit

Permalink
Trying a different way to do debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gekitsuu committed May 11, 2024
1 parent eaf3745 commit c54dab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/homebrew/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
ansible.builtin.command: ls -A
args:
chdir: "{{ homebrew_install_path }}"
msg: " {{ homebrew_dir['stdout_lines'] }}"
ansible.builtin.debug:
msg: " {{ homebrew_dir['stdout_lines'] }}"
register: homebrew_dir

# Clone Homebrew.
Expand Down

0 comments on commit c54dab0

Please sign in to comment.