dotfiles/roles/sshd/handlers/main.yml
Matej Focko 281b95d824
chore: move out system roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 21:19:42 +02:00

5 lines
114 B
YAML

---
- name: Restart SSH server
ansible.builtin.service:
name: "{{ system_sshd_unit }}"
state: restarted