ssh.role/handlers/main.yml

7 lines
109 B
YAML
Raw Normal View History

2024-09-17 00:49:08 +02:00
---
# handlers file for ssh
- name: Reload SSH
ansible.builtin.service:
name: sshd
state: reloaded