Missig become on package install
This commit is contained in:
parent
0ac886d707
commit
d5656f1421
1 changed files with 5 additions and 2 deletions
|
@ -74,14 +74,16 @@
|
|||
- glib2
|
||||
- arc-solid-gtk-theme
|
||||
when: ansible_distribution == "Archlinux"
|
||||
|
||||
become: true
|
||||
|
||||
- name: Install packages on Arch
|
||||
ansible.builtin.package:
|
||||
pkg:
|
||||
- arc-theme
|
||||
- libglib2.0-0
|
||||
when: ansible_distribution == "Debian"
|
||||
|
||||
become: true
|
||||
|
||||
- name: Install others packages
|
||||
ansible.builtin.package:
|
||||
pkg:
|
||||
|
@ -95,6 +97,7 @@
|
|||
- pipewire-pulse
|
||||
- waybar
|
||||
- wireplumber
|
||||
become: true
|
||||
|
||||
- name: Copy executable files
|
||||
ansible.builtin.copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue