It's OK if gdm isn't found, this is expected on Parrot.

This commit is contained in:
Hyperling 2021-07-19 09:28:00 -05:00
parent 33d7b38257
commit 3817fd81e0

View File

@ -4,6 +4,7 @@
shell: which gdm3
register: gnome_install
when: ansible_distribution in ("Parrot OS")
ignore_errors: true
- name: Workstation | Linux | Software | GNOME | Install
package:
@ -25,4 +26,4 @@
- name: Workstation | Linux | Software | GNOME | Exiting
shell: exit 1
when: gnome_install is defined and gnome_install.failed
when: gnome_install is defined and gnome_install.failed