forked from rc/classroom
Add CLion
This commit is contained in:
parent
889083aee0
commit
7c4c3ac93e
2 changed files with 11 additions and 0 deletions
4
roles/clion/tasks/main.yml
Normal file
4
roles/clion/tasks/main.yml
Normal 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'
|
7
roles/clion/tasks/main_win.yml
Normal file
7
roles/clion/tasks/main_win.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue