classroom/roles/winroom/tasks/pycharm.yml

11 lines
232 B
YAML
Raw Normal View History

2022-09-22 10:40:56 +00:00
- name: Set PyCharm version
set_fact:
2023-09-11 11:10:58 +00:00
target_version: "2023.2.1"
2022-09-22 10:40:56 +00:00
- name: Install PyCharm
win_chocolatey:
name: pycharm-community
version: "{{ target_version }}"
# TODO set default project directory to H:\something