diff --git a/playbook.yml b/playbook.yml index b26d11a..9143ded 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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: