From c54dab04ed241cf6291b92837b6db24cc27f9612 Mon Sep 17 00:00:00 2001 From: Adam Glenn Date: Sat, 11 May 2024 11:14:26 -0400 Subject: [PATCH] Trying a different way to do debug messages --- roles/homebrew/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/homebrew/tasks/main.yml b/roles/homebrew/tasks/main.yml index 9aff153..3c762e4 100644 --- a/roles/homebrew/tasks/main.yml +++ b/roles/homebrew/tasks/main.yml @@ -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.