Nova windows verzija PyCharm

This commit is contained in:
polz 2023-09-11 13:10:58 +02:00
parent 0ea66a2aef
commit fc98c14325
4 changed files with 1 additions and 16 deletions

View file

@ -1,12 +0,0 @@
- name: Install PyCharm
block:
- name: Create destination for JetBrains PyCharm
file:
path: /opt/PyCharm
state: directory
- name: Download and unpack JetBrains PyCharm
unarchive:
src: https://download.jetbrains.com/python/pycharm-community-2023.2.1.tar.gz
dest: /opt/PyCharm
creates: /opt/PyCharm/pycharm-community-2023.2.1/build.txt
remote_src: yes

View file

@ -1,3 +0,0 @@
- name: Install XAMPP
debug:
msg: Namesto XAMPP bi verjetno LAMP?

View file

@ -1,6 +1,6 @@
- name: Set PyCharm version
set_fact:
target_version: "2022.2.2"
target_version: "2023.2.1"
- name: Install PyCharm
win_chocolatey: