hac/ansible/roles/sshd/handlers/main.yml

7 lines
105 B
YAML
Raw Normal View History

2024-03-24 22:12:56 +01:00
---
2024-03-20 13:45:58 +01:00
- name: Restart SSH
ansible.builtin.service:
name: sshd
state: restarted
enabled: true