homeserver/roles/mgrote.motd/handlers/main.yml
mg 4e71b78109 Bugfix: motd: force update (#330)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#330
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-02-18 20:36:10 +01:00

7 lines
96 B
YAML

---
- name: restart_sshd
become: yes
systemd:
name: sshd
state: restarted