From cb0065fde0f95b9f718ae8b995db88409a1f1eec Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 7 Mar 2023 22:22:28 +0100 Subject: [PATCH] Add missig packages +corrections --- playbook.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/playbook.yml b/playbook.yml index c663ceb..c9967ad 100644 --- a/playbook.yml +++ b/playbook.yml @@ -79,13 +79,13 @@ ansible.builtin.package: pkg: - arc-solid-gtk-theme - when: ansible distributon is "Archlinux" + when: ansible_distribution == "Archlinux" - name: Install packages on Arch ansible.builtin.package: pkg: - arc--theme - when: ansible distributon is "Debian" + when: ansible_distribiuton == "Debian" - name: Install others packages ansible.builtin.package: @@ -95,9 +95,12 @@ - firefox-l10n-fr - foot - foot-terminfo - - glibc + - glib2 - mpv + - pipewire + - pipewire-pulse - waybar + - wireplumber - name: Copy executable files ansible.builtin.copy: