classroom/roles/winroom/tasks/idea.yml

10 lines
325 B
YAML
Raw Permalink Normal View History

2022-09-25 10:35:45 +00:00
- name: Set IDEA version
set_fact:
2023-09-11 13:43:11 +00:00
target_version: "2023.2.1"
2022-09-25 10:35:45 +00:00
- name: Install IDEA
win_package:
path: "https://download.jetbrains.com/idea/ideaIC-{{ target_version }}.exe"
arguments: /S
creates_path: "%ProgramFiles(x86)%\\JetBrains\\IntelliJ IDEA Community Edition {{ target_version }}\\bin\\idea64.exe"