glib2 pakage name differ on Arch and Debian
This commit is contained in:
parent
7096af436a
commit
0ac886d707
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue