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