fix(wayland): Do not call non-existent handler

This commit is contained in:
Marty Oehme 2025-02-22 17:11:58 +01:00
parent 9775627854
commit 79a30d2adb
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -17,7 +17,7 @@
- seatd - seatd
- turnstile - turnstile
state: present state: present
notify: installed-wayland # notify: installed-wayland -> TODO: Use handler? Currently using task below
- name: Activate wayland services - name: Activate wayland services
ansible.builtin.file: ansible.builtin.file:
@ -33,4 +33,3 @@
- xdg-desktop-portal - xdg-desktop-portal
- xdg-desktop-portal-wlr - xdg-desktop-portal-wlr
state: present state: present
notify: installed-wayland