homeserver/playbooks/base/fwupd.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
186 B
YAML

---
- hosts: all:!proxmox
roles:
- { role: mgrote.fwupd_settings,
become: true,
tags: fwupd,
when: "ansible_facts['distribution'] == 'Ubuntu'"}