Nova windows verzija PyCharm
This commit is contained in:
parent
0ea66a2aef
commit
fc98c14325
|
@ -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
|
|
|
@ -1,3 +0,0 @@
|
||||||
- name: Install XAMPP
|
|
||||||
debug:
|
|
||||||
msg: Namesto XAMPP bi verjetno LAMP?
|
|
|
@ -1,6 +1,6 @@
|
||||||
- name: Set PyCharm version
|
- name: Set PyCharm version
|
||||||
set_fact:
|
set_fact:
|
||||||
target_version: "2022.2.2"
|
target_version: "2023.2.1"
|
||||||
|
|
||||||
- name: Install PyCharm
|
- name: Install PyCharm
|
||||||
win_chocolatey:
|
win_chocolatey:
|
||||||
|
|
Loading…
Reference in a new issue