From 0ac886d70783118421d134e5626fd8dc5d0bf4b9 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 7 Mar 2023 22:30:07 +0100 Subject: [PATCH] glib2 pakage name differ on Arch and Debian --- playbook.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index 1940fc5..b26d11a 100644 --- a/playbook.yml +++ b/playbook.yml @@ -71,6 +71,7 @@ - name: Install packages on Arch ansible.builtin.package: pkg: + - glib2 - arc-solid-gtk-theme when: ansible_distribution == "Archlinux" @@ -78,6 +79,7 @@ ansible.builtin.package: pkg: - arc-theme + - libglib2.0-0 when: ansible_distribution == "Debian" - name: Install others packages @@ -88,7 +90,6 @@ - firefox-l10n-fr - foot - foot-terminfo - - glib2 - mpv - pipewire - pipewire-pulse