fix(common): added missing privileges elevation to firmware management tools installation step
This commit is contained in:
parent
8275ee4790
commit
6ef571ceb9
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
state: present
|
||||
|
||||
- name: 'install firmware management tools'
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
force_apt_get: true
|
||||
|
|
Loading…
Add table
Reference in a new issue