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
|
||||
ansible.builtin.package:
|
||||
pkg:
|
||||
- arc-solid-gtk-theme
|
||||
- glib2
|
||||
- pinentry
|
||||
- gcr
|
||||
|
@ -90,7 +91,7 @@
|
|||
- ttf-joypixels
|
||||
- ttf-liberation
|
||||
- ttf-linux-libertine
|
||||
- arc-solid-gtk-theme
|
||||
- xorg-xwayland
|
||||
when: ansible_distribution == "Archlinux"
|
||||
become: true
|
||||
|
||||
|
@ -103,15 +104,19 @@
|
|||
- fonts-liberation2
|
||||
- fonts-linuxlibertine
|
||||
- fonts-noto-color-emoji
|
||||
- g++
|
||||
- libglib2.0-bin
|
||||
- lmodern
|
||||
- libnotify-bin
|
||||
- opensc-pkcs11
|
||||
- pandoc
|
||||
- pinentry-gnome3
|
||||
- pulseaudio-utils
|
||||
- qtwayland5
|
||||
- scdaemon
|
||||
- texlive
|
||||
- webext-browserpass
|
||||
- xwayland
|
||||
when: ansible_distribution == "Debian"
|
||||
become: true
|
||||
|
||||
|
@ -125,23 +130,19 @@
|
|||
- foot
|
||||
- foot-terminfo
|
||||
- fzf
|
||||
- g++
|
||||
- highlight
|
||||
- hugo
|
||||
- imv
|
||||
- npm
|
||||
- mpv
|
||||
- opensc
|
||||
- opensc-pkcs11
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- qutebrowser
|
||||
- rsync
|
||||
- scdaemon
|
||||
- waybar
|
||||
- wireplumber
|
||||
- xdg-desktop-portal-wlr
|
||||
- xwayland
|
||||
become: true
|
||||
|
||||
- name: Copy executable files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue