fwupd: First version of role

This commit is contained in:
Timo Makinen 2024-02-16 07:57:59 +00:00
parent caf6b54774
commit e21e372dc4

View file

@ -0,0 +1,11 @@
---
- name: Install packages
ansible.builtin.package:
name: fwupd
state: installed
- name: Enable LVFS
ansible.builtin.lineinfile:
path: /etc/fwupd/remotes.d/lvfs.conf
regexp: "^Enabled=.*"
line: "Enabled=true"