Markus Pesch
a2c01cbdbb
All checks were successful
continuous-integration/drone/push Build is passing
12 lines
203 B
YAML
12 lines
203 B
YAML
---
|
|
|
|
- name: Restart networkd
|
|
ansible.builtin.systemd:
|
|
name: "{{ item }}"
|
|
state: restarted
|
|
daemon_reload: true
|
|
with_items:
|
|
- systemd-networkd
|
|
- systemd-resolved
|
|
- systemd-timesyncd
|