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] - name: install terminal packages [AUR]
shell: shell:
cmd: cmd:
yay -S --needed --noconfirm \ yay -S --needed --noconfirm epson-inkjet-printer-escpr pm-utils
epson-inkjet-printer-escpr
pm-utils
- name: install gui packages - name: install gui packages
become: yes become: yes

View File

@ -20,7 +20,7 @@
- name: install required packages for st [AUR] - name: install required packages for st [AUR]
shell: shell:
cmd: cmd:
yay -S --needed --noconfirm fonts-symbola yay -S --needed --noconfirm ttf-symbola
when: ansible_distribution == "Archlinux" when: ansible_distribution == "Archlinux"
- name: checkout st - name: checkout st

View File

@ -1,5 +1,4 @@
- name: install IntelliJ [AUR] - name: install IntelliJ [AUR]
shell: shell:
cmd: cmd:
yay -S --needed --noconfirm \ yay -S --needed --noconfirm intellij-idea-ultimate-edition
intellij-idea-ultimate-edition