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 | 3b9a510d186670627904f59708e8d0de8a489312 (patch) | |
| tree | 43ee6fd5acc58dd5306a806644c453e8cea303d7 | |
| parent | 5ddb84182a186ee20c1f29ed82243f70522bff81 (diff) | |
Remove triggering the udevadm since we will require reboot anyway
| -rw-r--r-- | roles/ddcutil/handlers/main.yml | 6 | ||||
| -rw-r--r-- | roles/ddcutil/tasks/main.yml | 1 |
2 files changed, 0 insertions, 7 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 diff --git a/roles/ddcutil/tasks/main.yml b/roles/ddcutil/tasks/main.yml index 33b634dc..ed4dc845 100644 --- a/roles/ddcutil/tasks/main.yml +++ b/roles/ddcutil/tasks/main.yml @@ -35,4 +35,3 @@ KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660" notify: - "Reload rules" - - "Trigger rules" |
