fwupd: First version of role
This commit is contained in:
parent
caf6b54774
commit
e21e372dc4
1 changed files with 11 additions and 0 deletions
11
roles/fwupd/tasks/main.yml
Normal file
11
roles/fwupd/tasks/main.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue