5 lines
104 B
YAML
5 lines
104 B
YAML
|
---
|
||
|
# handlers file for /etc/ansible/roles/core
|
||
|
- name: restart ssh
|
||
|
service: name=ssh state=restarted
|