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