13 lines
231 B
YAML
13 lines
231 B
YAML
---
|
|
# Handlers for the 'common' role
|
|
|
|
- name: Restart systemd-networkd
|
|
ansible.builtin.service:
|
|
name: systemd-networkd
|
|
state: restarted
|
|
|
|
- name: Restart sshd
|
|
ansible.builtin.service:
|
|
name: sshd
|
|
state: restarted
|