fix(common): added missing privileges elevation to firmware management tools installation step

This commit is contained in:
NaeiKinDus 2024-12-27 00:00:00 +00:00
parent 8275ee4790
commit 6ef571ceb9
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56

View file

@ -56,6 +56,7 @@
state: present
- name: 'install firmware management tools'
become: true
ansible.builtin.apt:
update_cache: true
force_apt_get: true