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
|
- name: Install packages on Arch
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
pkg:
|
pkg:
|
||||||
|
- glib2
|
||||||
- arc-solid-gtk-theme
|
- arc-solid-gtk-theme
|
||||||
when: ansible_distribution == "Archlinux"
|
when: ansible_distribution == "Archlinux"
|
||||||
|
|
||||||
|
@ -78,6 +79,7 @@
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
pkg:
|
pkg:
|
||||||
- arc-theme
|
- arc-theme
|
||||||
|
- libglib2.0-0
|
||||||
when: ansible_distribution == "Debian"
|
when: ansible_distribution == "Debian"
|
||||||
|
|
||||||
- name: Install others packages
|
- name: Install others packages
|
||||||
|
@ -88,7 +90,6 @@
|
||||||
- firefox-l10n-fr
|
- firefox-l10n-fr
|
||||||
- foot
|
- foot
|
||||||
- foot-terminfo
|
- foot-terminfo
|
||||||
- glib2
|
|
||||||
- mpv
|
- mpv
|
||||||
- pipewire
|
- pipewire
|
||||||
- pipewire-pulse
|
- pipewire-pulse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue