base: Install fwupd on physical linux hosts
This commit is contained in:
parent
641e66237e
commit
e39fc8c992
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@
|
|||
- vim-enhanced # working vi :)
|
||||
- xterm # resize
|
||||
|
||||
- name: Install roles for physical hardware
|
||||
ansible.builtin.include_role:
|
||||
name: fwupd
|
||||
when:
|
||||
- ansible_virtualization_role == "host"
|
||||
|
||||
- name: Install packages for physical hardware
|
||||
ansible.builtin.package:
|
||||
name: "{{ item }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue