homeserver/roles/_mgrote.musterrolle_systemd/handlers/main.yml
mg f823248d18 Doku: Musterrolle "systemd" erstellt (#356)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#356
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-04-22 18:14:11 +02:00

6 lines
108 B
YAML

---
- name: systemctl daemon-reload
become: yes
ansible.builtin.systemd:
daemon_reload: yes