Ansible_workstation/roles/ssh/handlers/main.yml

5 lines
85 B
YAML
Raw Normal View History

2022-06-01 14:24:10 +00:00
---
# handlers file for ssh
- name: restart sshd
service: name=ssh state=restarted