Skip to content

Commit

Permalink
Updated to IntelliJ version 2024.3.2.1 (#419)
Browse files Browse the repository at this point in the history
2024.3.2.1 is now the default version installed.
  • Loading branch information
freemanjp authored Jan 26, 2025
1 parent d43e02b commit 0d110df
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: '2024.3.2'
intellij_version: '2024.3.2.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 @@ -141,6 +141,7 @@ The following versions of IntelliJ IDEA are supported without any additional
configuration (for other versions follow the Advanced Configuration
instructions):
* `2024.3.2.1`
* `2024.3.2`
* `2024.3.1.1`
* `2024.3.1`
Expand Down Expand Up @@ -393,7 +394,7 @@ This role exports the following Ansible facts for use by other roles:

* `ansible_local.intellij.general.home`

* e.g. `/opt/idea/idea-community-2024.3.2`
* e.g. `/opt/idea/idea-community-2024.3.2.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,7 +1,7 @@
# code: language=ansible
---
# IntelliJ IDEA version number
intellij_version: '2024.3.2'
intellij_version: '2024.3.2.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/2024.3.2.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: 9249103eaaba534ee2fa6ef56c0f016d4f4113970863d9ef15f786563850d9ae
3 changes: 3 additions & 0 deletions vars/versions/2024.3.2.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: 2fba2ff7f4d7c799b4b5c474827ff8253eea37d22ed7a3dd25a2ab9a38587a26

0 comments on commit 0d110df

Please sign in to comment.