homeserver/roles/mgrote_ssh/handlers/main.yml
Michael Grote e4b82dd91b Upgrade Ubuntu 22.04 to 24.04 (Inplace and Reinstall) ()
Reviewed-on: https://git.mgrote.net///mg/homeserver/pulls/200
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-10-04 14:50:10 +02:00

7 lines
120 B
YAML

---
- name: restart sshd
become: true
ansible.builtin.systemd:
name: ssh
enabled: true
state: restarted