iac_stack/roles/server_install_ssh/handlers/main.yml
2025-06-10 21:05:04 +02:00

5 lines
No EOL
69 B
YAML

---
- name: Restart SSH
service:
name: ssh
state: restarted