summaryrefslogtreecommitdiffstats
path: root/roles/ethtool/handlers
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-09 23:20:14 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-10 00:38:48 +0200
commit31ab4af71809028695e747cc717dae0e45a21e8e (patch)
tree0a46b0bbab2ab58a91e29669a9f5519e817d551a /roles/ethtool/handlers
parent1cbb9df950175e698e1edc87953e8f4bfb22b88a (diff)
Extract logind lid configuration into it's own role
Diffstat (limited to 'roles/ethtool/handlers')
-rw-r--r--roles/ethtool/handlers/main.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/ethtool/handlers/main.yml b/roles/ethtool/handlers/main.yml
index 88cc1a15..f2b4275a 100644
--- a/roles/ethtool/handlers/main.yml
+++ b/roles/ethtool/handlers/main.yml
@@ -4,8 +4,3 @@
ansible.builtin.systemd_service:
daemon_reload: true
-- name: "Reload systemd-logind"
- become: true
- ansible.builtin.systemd_service:
- name: "systemd-logind"
- state: "restarted"