ssh.role/handlers/main.yml
2024-09-17 00:49:08 +02:00

6 lines
109 B
YAML

---
# handlers file for ssh
- name: Reload SSH
ansible.builtin.service:
name: sshd
state: reloaded