Fix intellij ultimate
Install java before intellij Create symbolic link to idea
This commit is contained in:
parent
462d82d1cf
commit
200645e7b6
@ -1,4 +1,17 @@
|
||||
- name: install java
|
||||
become: yes
|
||||
community.general.pacman:
|
||||
name:
|
||||
- jdk17-openjdk
|
||||
|
||||
- name: install IntelliJ [AUR]
|
||||
shell:
|
||||
cmd:
|
||||
yay -S --needed --noconfirm intellij-idea-ultimate-edition
|
||||
|
||||
- name: Create symbolic link
|
||||
become: yes
|
||||
file:
|
||||
src: "/usr/bin/intellij-idea-ultimate-edition"
|
||||
dest: "/usr/bin/idea"
|
||||
state: link
|
||||
|
Loading…
Reference in New Issue
Block a user