iac_stack/roles/server_install_ssh/handlers/main.yml

5 lines
69 B
YAML
Raw Normal View History

2025-06-10 21:05:04 +02:00
---
- name: Restart SSH
service:
name: ssh
state: restarted