Fix intellij ultimate

Install java before intellij
Create symbolic link to idea
This commit is contained in:
Przemek Grondek 2023-10-24 11:48:44 +02:00
parent 462d82d1cf
commit 200645e7b6

View File

@ -1,4 +1,17 @@
- name: install java
become: yes
community.general.pacman:
name:
- jdk17-openjdk
- name: install IntelliJ [AUR] - name: install IntelliJ [AUR]
shell: shell:
cmd: cmd:
yay -S --needed --noconfirm intellij-idea-ultimate-edition 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