Add CLion

This commit is contained in:
Gašper Fele-Žorž 2025-10-02 16:34:43 +02:00
parent 889083aee0
commit 7c4c3ac93e
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,4 @@
- import_tasks: main_win.yml
when: ansible_os_family == 'Windows'
- import_tasks: main_lin.yml
when: ansible_os_family == 'Debian'

View file

@ -0,0 +1,7 @@
# TODO fix / test this
- name: Install Clion
win_package:
path: "https://data.services.jetbrains.com/products/download?code=CL&platform=windows"
arguments: /S
creates_path: "%ProgramFiles(x86)%\\JetBrains\\IntelliJ IDEA Community Edition {{ target_version }}\\bin\\idea64.exe"