classroom/roles/pycharm/tasks/main_win.yml

11 lines
232 B
YAML
Raw Permalink Normal View History

2023-09-11 20:30:48 +00:00
- name: Set PyCharm version
set_fact:
target_version: "2023.2.1"
- name: Install PyCharm
win_chocolatey:
name: pycharm-community
version: "{{ target_version }}"
# TODO set default project directory to H:\something