Skip to content

Commit

Permalink
Updated to IntelliJ version 2023.2.3 (#379)
Browse files Browse the repository at this point in the history
2023.2.3 is now the default version installed.
  • Loading branch information
freemanjp authored Oct 15, 2023
1 parent 6b2f9bd commit f7ea3b6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 4 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: '2023.2.2'
intellij_version: '2023.2.3'

# Mirror where to dowload IntelliJ IDEA redistributable package from
# Using HTTP because of https://github.com/ansible/ansible/issues/11579
Expand Down Expand Up @@ -141,7 +141,9 @@ The following versions of IntelliJ IDEA are supported without any additional
configuration (for other versions follow the Advanced Configuration
instructions):
* `2023.2.3`
* `2023.2.2`
* `2023.2.1`
* `2023.2`
* `2023.1.5`
* `2023.1.4`
Expand Down Expand Up @@ -367,7 +369,7 @@ This role exports the following Ansible facts for use by other roles:

* `ansible_local.intellij.general.home`

* e.g. `/opt/idea/idea-community-2023.2.2`
* e.g. `/opt/idea/idea-community-2023.2.3`

* `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,7 +1,7 @@
# code: language=ansible
---
# IntelliJ IDEA version number
intellij_version: '2023.2.2'
intellij_version: '2023.2.3'

# 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.2.3-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: 4b34fdaabb5907656ac87d50df85f13ace804d8684f3886dac07f62a93706b2e
3 changes: 3 additions & 0 deletions vars/versions/2023.2.3-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: b395e37c797c10c0fd0c4ccf6e735852fb40bec5fbbc98705f481f6f068c7993

0 comments on commit f7ea3b6

Please sign in to comment.