It's OK if gdm isn't found, this is expected on Parrot.
This commit is contained in:
parent
33d7b38257
commit
3817fd81e0
@ -4,6 +4,7 @@
|
|||||||
shell: which gdm3
|
shell: which gdm3
|
||||||
register: gnome_install
|
register: gnome_install
|
||||||
when: ansible_distribution in ("Parrot OS")
|
when: ansible_distribution in ("Parrot OS")
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Workstation | Linux | Software | GNOME | Install
|
- name: Workstation | Linux | Software | GNOME | Install
|
||||||
package:
|
package:
|
||||||
@ -25,4 +26,4 @@
|
|||||||
|
|
||||||
- name: Workstation | Linux | Software | GNOME | Exiting
|
- name: Workstation | Linux | Software | GNOME | Exiting
|
||||||
shell: exit 1
|
shell: exit 1
|
||||||
when: gnome_install is defined and gnome_install.failed
|
when: gnome_install is defined and gnome_install.failed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user