Fix installing IntelliJ

This commit is contained in:
Przemek Grondek 2024-05-10 21:17:43 +02:00
parent 0f225e0d69
commit 136cbbc9df

View File

@ -10,10 +10,11 @@
yay -Sw --needed intellij-idea-ultimate-edition
- name: "[Arch] Install IntelliJ"
become: yes
shell:
chdir: "{{ ansible_user_dir }}/.cache/yay/intellij-idea-ultimate-edition"
cmd:
makepkg -i
makepkg -i --noconfirm
- name: "[Arch] Create symbolic link"
become: yes