mg
31e2a20374
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>
7 lines
165 B
YAML
7 lines
165 B
YAML
---
|
|
- name: systemctl daemon-reload
|
|
become: yes
|
|
ansible.builtin.systemd:
|
|
state: restarted
|
|
daemon_reload: yes
|
|
name: fwupd-refresh.service
|