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