Markus Pesch
d34a810159
All checks were successful
continuous-integration/drone/push Build is passing
12 lines
187 B
YAML
12 lines
187 B
YAML
---
|
|
|
|
- name: restart networkd
|
|
systemd:
|
|
name: "{{ item }}"
|
|
state: restarted
|
|
daemon_reload: true
|
|
with_items:
|
|
- systemd-networkd
|
|
- systemd-resolved
|
|
- systemd-timesyncd
|