Unsure why gnome_install keeps getting marked as changed.

This commit is contained in:
Hyperling 2021-07-11 11:36:22 -05:00
parent f9ce97d101
commit 099abfc5db

View File

@ -9,6 +9,11 @@
register: gnome_install register: gnome_install
when: ansible_distribution in ("Parrot OS") 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 - name: Workstation | Linux | Software | GNOME | Note Before Exiting
debug: debug:
msg: "You will probably need to run `dpkg-reconfigure gdm3` to ensure gdm3 is selected." msg: "You will probably need to run `dpkg-reconfigure gdm3` to ensure gdm3 is selected."