5 lines
98 B
YAML
5 lines
98 B
YAML
- name: "Restart networking"
|
|
ansible.builtin.systemd:
|
|
name: networking
|
|
state: restarted
|