From cecd49184e769bbd786ece8b2e50413528591dfc Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 7 Apr 2023 09:43:51 +0200 Subject: [PATCH] Error in packages name for Archlinux --- playbook.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/playbook.yml b/playbook.yml index b768035..95efb38 100644 --- a/playbook.yml +++ b/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