Skip to content

Commit

Permalink
Make 2019.2.1 (community) the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Aug 24, 2019
1 parent db3e89e commit 4173b47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ None

#### Variables

* `pycharm_version` [default: `2018.3.5`]: Version to install
* `pycharm_edition` [default: `professional`]: Edition to install (e.g. `community`)
* `pycharm_version` [default: `2019.2.1`]: Version to install
* `pycharm_edition` [default: `community`]: Edition to install (e.g. `community`)
* `pycharm_install_prefix` [default: `/opt`]: Install prefix
* `pycharm_download_url` [default: `http://download.jetbrains.com/python`]: Download url

Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults file for pycharm
---
pycharm_version: 2018.3.5
pycharm_edition: professional
pycharm_version: 2019.2.1
pycharm_edition: community
pycharm_install_prefix: /opt
pycharm_download_url: 'http://download.jetbrains.com/python'

0 comments on commit 4173b47

Please sign in to comment.