diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-12 01:43:15 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-12 01:43:15 +0100 |
| commit | 20cd9cd0983f4efe038cb486aa649e7dd8ea7366 (patch) | |
| tree | 43ee6fd5acc58dd5306a806644c453e8cea303d7 /roles/ddcutil/handlers | |
| parent | 1a6057a2f6ff631ec67f24105a03b895e2b389fd (diff) | |
Remove triggering the udevadm since we will require reboot anyway
Diffstat (limited to 'roles/ddcutil/handlers')
| -rw-r--r-- | roles/ddcutil/handlers/main.yml | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
