Error in packages name for Archlinux
This commit is contained in:
parent
c4bbc46fa4
commit
cecd49184e
1 changed files with 6 additions and 5 deletions
11
playbook.yml
11
playbook.yml
|
@ -80,6 +80,7 @@
|
||||||
- name: Install packages on Arch
|
- name: Install packages on Arch
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
pkg:
|
pkg:
|
||||||
|
- arc-solid-gtk-theme
|
||||||
- glib2
|
- glib2
|
||||||
- pinentry
|
- pinentry
|
||||||
- gcr
|
- gcr
|
||||||
|
@ -90,7 +91,7 @@
|
||||||
- ttf-joypixels
|
- ttf-joypixels
|
||||||
- ttf-liberation
|
- ttf-liberation
|
||||||
- ttf-linux-libertine
|
- ttf-linux-libertine
|
||||||
- arc-solid-gtk-theme
|
- xorg-xwayland
|
||||||
when: ansible_distribution == "Archlinux"
|
when: ansible_distribution == "Archlinux"
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
@ -103,15 +104,19 @@
|
||||||
- fonts-liberation2
|
- fonts-liberation2
|
||||||
- fonts-linuxlibertine
|
- fonts-linuxlibertine
|
||||||
- fonts-noto-color-emoji
|
- fonts-noto-color-emoji
|
||||||
|
- g++
|
||||||
- libglib2.0-bin
|
- libglib2.0-bin
|
||||||
- lmodern
|
- lmodern
|
||||||
- libnotify-bin
|
- libnotify-bin
|
||||||
|
- opensc-pkcs11
|
||||||
- pandoc
|
- pandoc
|
||||||
- pinentry-gnome3
|
- pinentry-gnome3
|
||||||
- pulseaudio-utils
|
- pulseaudio-utils
|
||||||
- qtwayland5
|
- qtwayland5
|
||||||
|
- scdaemon
|
||||||
- texlive
|
- texlive
|
||||||
- webext-browserpass
|
- webext-browserpass
|
||||||
|
- xwayland
|
||||||
when: ansible_distribution == "Debian"
|
when: ansible_distribution == "Debian"
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
@ -125,23 +130,19 @@
|
||||||
- foot
|
- foot
|
||||||
- foot-terminfo
|
- foot-terminfo
|
||||||
- fzf
|
- fzf
|
||||||
- g++
|
|
||||||
- highlight
|
- highlight
|
||||||
- hugo
|
- hugo
|
||||||
- imv
|
- imv
|
||||||
- npm
|
- npm
|
||||||
- mpv
|
- mpv
|
||||||
- opensc
|
- opensc
|
||||||
- opensc-pkcs11
|
|
||||||
- pipewire
|
- pipewire
|
||||||
- pipewire-pulse
|
- pipewire-pulse
|
||||||
- qutebrowser
|
- qutebrowser
|
||||||
- rsync
|
- rsync
|
||||||
- scdaemon
|
|
||||||
- waybar
|
- waybar
|
||||||
- wireplumber
|
- wireplumber
|
||||||
- xdg-desktop-portal-wlr
|
- xdg-desktop-portal-wlr
|
||||||
- xwayland
|
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Copy executable files
|
- name: Copy executable files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue