From 79a30d2adb8cf5e42e9f6155a7a78ba46f799957 Mon Sep 17 00:00:00 2001
From: Marty Oehme <marty.oehme@gmail.com>
Date: Sat, 22 Feb 2025 17:11:58 +0100
Subject: [PATCH] fix(wayland): Do not call non-existent handler

---
 void_wayland.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/void_wayland.yaml b/void_wayland.yaml
index 2f7d960..560905f 100644
--- a/void_wayland.yaml
+++ b/void_wayland.yaml
@@ -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