8 lines
160 B
YAML
8 lines
160 B
YAML
|
---
|
||
|
# handlers file for node-configuration
|
||
|
- name: Restart sshd service
|
||
|
ansible.builtin.service:
|
||
|
name: sshd
|
||
|
state: restarted
|
||
|
listen: "restart sshd"
|