ansible/roles/sshd/handlers/main.yml
2025-05-12 13:47:47 +08:00

4 lines
68 B
YAML

- name: Restart SSHD
service:
name: sshd
state: restarted