Unsure why gnome_install keeps getting marked as changed.
This commit is contained in:
parent
f9ce97d101
commit
099abfc5db
@ -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."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user