7 lines
177 B
YAML
7 lines
177 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- { role: mgrote.fwupd_settings,
|
|
become: true,
|
|
tags: fwupd,
|
|
when: "ansible_facts['distribution'] == 'Ubuntu'"}
|