iac_stack/roles/global/install_ssh/handlers/main.yml

6 lines
86 B
YAML
Raw Normal View History

2025-04-29 12:53:12 +02:00
---
- name: Restart SSH
ansible.builtin.service:
name: ssh
state: restarted