Skip to content

Commit

Permalink
Debugging output of ls -A
Browse files Browse the repository at this point in the history
  • Loading branch information
gekitsuu committed May 11, 2024
1 parent f6a9fd4 commit eaf3745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/homebrew/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
ansible.builtin.command: ls -A
args:
chdir: "{{ homebrew_install_path }}"
msg: " {{ homebrew_dir['stdout_lines'] }}"
register: homebrew_dir

# Clone Homebrew.
Expand Down

0 comments on commit eaf3745

Please sign in to comment.