fix: become root for interaction with apt
This commit is contained in:
parent
e843d27c81
commit
b4386e70bb
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
- name: Install python3-psutil to interact with dconf
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: python3-psutil
|
||||
- name: Set gtk theme
|
||||
|
|
Loading…
Reference in a new issue