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