Split install IntelliJ to two steps

This commit is contained in:
Przemek Grondek 2024-05-10 21:11:40 +02:00
parent 753984cfa4
commit 0f225e0d69

View File

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