fix(wayland): Do not call non-existent handler
This commit is contained in:
parent
9775627854
commit
79a30d2adb
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
- seatd
|
||||
- turnstile
|
||||
state: present
|
||||
notify: installed-wayland
|
||||
# notify: installed-wayland -> TODO: Use handler? Currently using task below
|
||||
|
||||
- name: Activate wayland services
|
||||
ansible.builtin.file:
|
||||
|
@ -33,4 +33,3 @@
|
|||
- xdg-desktop-portal
|
||||
- xdg-desktop-portal-wlr
|
||||
state: present
|
||||
notify: installed-wayland
|
||||
|
|
Loading…
Reference in a new issue