From 20cd9cd0983f4efe038cb486aa649e7dd8ea7366 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 12 Feb 2026 01:43:15 +0100 Subject: Remove triggering the udevadm since we will require reboot anyway --- roles/ddcutil/handlers/main.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'roles/ddcutil/handlers') diff --git a/roles/ddcutil/handlers/main.yml b/roles/ddcutil/handlers/main.yml index 85720137..ed0ffa85 100644 --- a/roles/ddcutil/handlers/main.yml +++ b/roles/ddcutil/handlers/main.yml @@ -4,9 +4,3 @@ ansible.builtin.command: cmd: "udevadm control --reload-rules" changed_when: true - -- name: "Trigger rules" - become: true - ansible.builtin.command: - cmd: "udevadm trigger" - changed_when: true -- cgit v1.2.3