base: Install fwupd on physical linux hosts

This commit is contained in:
Timo Makinen 2024-02-16 07:58:41 +00:00
parent 641e66237e
commit e39fc8c992

View file

@ -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 }}"