Michael Grote
7a24089031
Reviewed-on: #584 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
7 lines
155 B
YAML
7 lines
155 B
YAML
---
|
|
- name: systemctl daemon-reload
|
|
become: true
|
|
ansible.builtin.systemd:
|
|
state: restarted
|
|
daemon_reload: true
|
|
name: fwupd-refresh.service
|