Split install IntelliJ to two steps
This commit is contained in:
parent
753984cfa4
commit
0f225e0d69
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user