Fix install packages by yay

This commit is contained in:
Przemek Grondek 2023-10-24 11:43:28 +02:00
parent 93ff4a4aa5
commit 462d82d1cf
3 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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