ansible/roles/ssh/handlers/main.yml

7 lines
No EOL
97 B
YAML

---
- name: reload sshd
service:
name: sshd
state: reloaded
become: yes