summaryrefslogtreecommitdiffstats
path: root/roles/ethtool/handlers/main.yml
blob: 88cc1a150e05b9a50b50f54ee21c95cd3ace976f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
- name: "Reload systemd"
  become: true
  ansible.builtin.systemd_service:
    daemon_reload: true

- name: "Reload systemd-logind"
  become: true
  ansible.builtin.systemd_service:
    name: "systemd-logind"
    state: "restarted"