iac_stack/roles/server_install_ssh/handlers/main.yml

6 lines
86 B
YAML
Raw Normal View History

2025-06-10 21:05:04 +02:00
---
- name: Restart SSH
2025-06-10 22:07:03 +02:00
ansible.builtin.service:
2025-06-10 21:05:04 +02:00
name: ssh
2025-06-10 22:07:03 +02:00
state: restarted