homeserver/roles/mgrote_fwupd_settings/handlers/main.yml
Michael Grote e4b82dd91b
All checks were successful
ansible-lint / gitleaks (push) Successful in 3s
ansible-lint / Ansible Lint (push) Successful in 28s
Upgrade Ubuntu 22.04 to 24.04 (Inplace and Reinstall) (#200)
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

9 lines
207 B
YAML

---
- name: systemctl daemon-reload
become: true
ansible.builtin.systemd:
state: restarted
daemon_reload: true
name: fwupd-refresh.service
when:
- "'fwupd-refresh.service' in services"