diff --git a/tasks/workstation/linux/software/gnome.yml b/tasks/workstation/linux/software/gnome.yml index 3127cf3..a89f40a 100644 --- a/tasks/workstation/linux/software/gnome.yml +++ b/tasks/workstation/linux/software/gnome.yml @@ -9,6 +9,11 @@ register: gnome_install when: ansible_distribution in ("Parrot OS") +- name: Workstation | Linux | Software | GNOME | TEST + debug: + var: gnome_install + when: gnome_install is defined and gnome_install.changed + - name: Workstation | Linux | Software | GNOME | Note Before Exiting debug: msg: "You will probably need to run `dpkg-reconfigure gdm3` to ensure gdm3 is selected."