ansible-role-networking/handlers/main.yml
Markus Pesch d34a810159
All checks were successful
continuous-integration/drone/push Build is passing
Initial Commit
2022-03-18 15:44:40 +01:00

12 lines
187 B
YAML

---
- name: restart networkd
systemd:
name: "{{ item }}"
state: restarted
daemon_reload: true
with_items:
- systemd-networkd
- systemd-resolved
- systemd-timesyncd