From 797ad851adce19783967375e8b0b53190c4e2301 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 19 Jul 2021 09:56:39 -0500 Subject: [PATCH] Add names to debug statements for better troubleshooting. --- tasks/workstation/settings/gnome.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tasks/workstation/settings/gnome.yml b/tasks/workstation/settings/gnome.yml index 39905e8..b833bf2 100644 --- a/tasks/workstation/settings/gnome.yml +++ b/tasks/workstation/settings/gnome.yml @@ -80,15 +80,18 @@ dash_to_dock_ext_name: "{{ dash_to_dock_ext_comma }}'dash-to-dock@micxgx.gmail.com']" when: dash_to_dock_exists.failed -- debug: +- name: Workstation | Account Management | GNOME | Dash To Dock | Print Value To Append With + debug: var: dash_to_dock_ext_name when: dash_to_dock_exists.failed -- debug: +- name: Workstation | Account Management | GNOME | Dash To Dock | Print Value To Append To + debug: var: gnome_enabled_extensions when: dash_to_dock_exists.failed -- debug: +- name: Workstation | Account Management | GNOME | Dash To Dock | Print Combined Value + debug: msg: "{{ gnome_enabled_extensions | replace(']', dash_to_dock_ext_name) }}" when: dash_to_dock_exists.failed