From 462d82d1cfe125a9dcc7bf5e27b0f0c3097be296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= Date: Tue, 24 Oct 2023 11:43:28 +0200 Subject: [PATCH] Fix install packages by yay --- roles/desktop/tasks/arch.yml | 4 +--- roles/dwm/tasks/st-term.yml | 2 +- roles/intellij/tasks/arch.yml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/roles/desktop/tasks/arch.yml b/roles/desktop/tasks/arch.yml index 0a2ba45..40c181a 100644 --- a/roles/desktop/tasks/arch.yml +++ b/roles/desktop/tasks/arch.yml @@ -53,9 +53,7 @@ - name: install terminal packages [AUR] shell: cmd: - yay -S --needed --noconfirm \ - epson-inkjet-printer-escpr - pm-utils + yay -S --needed --noconfirm epson-inkjet-printer-escpr pm-utils - name: install gui packages become: yes diff --git a/roles/dwm/tasks/st-term.yml b/roles/dwm/tasks/st-term.yml index 1616609..d64386d 100644 --- a/roles/dwm/tasks/st-term.yml +++ b/roles/dwm/tasks/st-term.yml @@ -20,7 +20,7 @@ - name: install required packages for st [AUR] shell: cmd: - yay -S --needed --noconfirm fonts-symbola + yay -S --needed --noconfirm ttf-symbola when: ansible_distribution == "Archlinux" - name: checkout st diff --git a/roles/intellij/tasks/arch.yml b/roles/intellij/tasks/arch.yml index b4afa92..d038a90 100644 --- a/roles/intellij/tasks/arch.yml +++ b/roles/intellij/tasks/arch.yml @@ -1,5 +1,4 @@ - name: install IntelliJ [AUR] shell: cmd: - yay -S --needed --noconfirm \ - intellij-idea-ultimate-edition + yay -S --needed --noconfirm intellij-idea-ultimate-edition