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
186 B
YAML
7 lines
186 B
YAML
---
|
|
- hosts: all:!proxmox
|
|
roles:
|
|
- { role: mgrote.fwupd_settings,
|
|
become: true,
|
|
tags: fwupd,
|
|
when: "ansible_facts['distribution'] == 'Ubuntu'"}
|