Skip to content

Commit

Permalink
Updated to IntelliJ version 2023.1 (#350)
Browse files Browse the repository at this point in the history
2023.1 is now the default version installed.
  • Loading branch information
freemanjp authored May 1, 2023
1 parent 23f83c1 commit d4cdf31
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ are shown below):
```yaml
# IntelliJ IDEA version number
intellij_version: '2022.3.3'
intellij_version: '2023.1'

# Mirror where to dowload IntelliJ IDEA redistributable package from
# Using HTTP because of https://github.com/ansible/ansible/issues/11579
Expand Down Expand Up @@ -138,6 +138,7 @@ The following versions of IntelliJ IDEA are supported without any additional
configuration (for other versions follow the Advanced Configuration
instructions):
* `2023.1`
* `2022.3.3`
* `2022.3.2`
* `2022.3.1`
Expand Down Expand Up @@ -356,7 +357,7 @@ This role exports the following Ansible facts for use by other roles:

* `ansible_local.intellij.general.home`

* e.g. `/opt/idea/idea-community-2022.3.3`
* e.g. `/opt/idea/idea-community-2023.1`

* `ansible_local.intellij.general.desktop_filename`

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# IntelliJ IDEA version number
intellij_version: '2022.3.3'
intellij_version: '2023.1'

# Mirror where to dowload IntelliJ IDEA redistributable package from
# Using HTTP because of https://github.com/ansible/ansible/issues/11579
Expand Down
3 changes: 3 additions & 0 deletions vars/versions/2023.1-community.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
intellij_redis_sha256sum: e6fe45c9df8e763ee3278444b5fb1003910c436752e83221e0303a62c5e81eaa
3 changes: 3 additions & 0 deletions vars/versions/2023.1-ultimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
intellij_redis_sha256sum: 3029c751c36d86fef0021feceb8f3010d37aebd42aef6d6aed9e3b9207c2d2ac

0 comments on commit d4cdf31

Please sign in to comment.