updated pycharm state

This commit is contained in:
Paul 2021-12-29 15:43:58 +01:00
parent 174444b6a5
commit d870b5355e
2 changed files with 7 additions and 6 deletions

View File

@ -4,4 +4,5 @@ pycharm:
install_dir: /usr/local/apps
release_dir: /usr/local/apps/releases
mirror: https://download.jetbrains.com/python
version: "2021.3"
config: {}

View File

@ -17,12 +17,6 @@ pycharm-link:
- target: {{ pycharm.release_dir }}/pycharm-community-{{ pycharm.version }}
- force: true
pycharm-cleanup:
software.cleanup:
- name: pycharm-community
- path: {{ pycharm.release_dir }}
- version: {{ pycharm.version }}
pycharm-shortcut:
file.managed:
- name: /usr/share/applications/jetbrains-pycharm-ce.desktop
@ -31,3 +25,9 @@ pycharm-shortcut:
- user: root
- group: root
- mode: 644
pycharm-cleanup:
software.cleanup:
- name: pycharm-community
- path: {{ pycharm.release_dir }}
- version: "{{ pycharm.version }}"