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

6 lines
101 B
YAML
Raw Normal View History

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