5 lines
85 B
YAML
5 lines
85 B
YAML
|
---
|
||
|
# handlers file for ssh
|
||
|
- name: restart sshd
|
||
|
service: name=ssh state=restarted
|