Ensure variable is empty parenthesis if it is None for some reason.

This commit is contained in:
Hyperling 2021-07-19 10:01:02 -05:00
parent 797ad851ad
commit 289ee20fd1

View File

@ -80,6 +80,11 @@
dash_to_dock_ext_name: "{{ dash_to_dock_ext_comma }}'dash-to-dock@micxgx.gmail.com']"
when: dash_to_dock_exists.failed
- name: Workstation | Account Management | GNOME | Dash To Dock | Variables 4
set_fact:
gnome_enabled_extensions: "[]"
when: dash_to_dock_exists.failed and gnome_enabled_extensions == "None"
- name: Workstation | Account Management | GNOME | Dash To Dock | Print Value To Append With
debug:
var: dash_to_dock_ext_name