homeserver/roles/mgrote.fwupd_settings/handlers/main.yml
mg 31e2a20374 Bugfix: fwupd-refresh.service (#372)
https://askubuntu.com/questions/1404691/fwupd-refresh-service-failed
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#372
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-05-27 11:36:06 +02:00

8 lines
165 B
YAML

---
- name: systemctl daemon-reload
become: yes
ansible.builtin.systemd:
state: restarted
daemon_reload: yes
name: fwupd-refresh.service