Skip to content

Commit

Permalink
Updated to IntelliJ version 2024.3 (#413)
Browse files Browse the repository at this point in the history
2024.3 is now the default version installed.
  • Loading branch information
freemanjp authored Nov 17, 2024
1 parent aecf2dc commit 82dd861
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 3 deletions.
9 changes: 7 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.2'
intellij_version: '2024.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,6 +141,11 @@ The following versions of IntelliJ IDEA are supported without any additional
configuration (for other versions follow the Advanced Configuration
instructions):
* `2024.3`
* `2024.2.4`
* `2024.2.3`
* `2024.2.2`
* `2024.2.1`
* `2024.2`
* `2024.1.4`
* `2024.1.3`
Expand Down Expand Up @@ -384,7 +389,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.2`
* e.g. `/opt/idea/idea-community-2024.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: '2024.2'
intellij_version: '2024.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/2024.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: 781cc03526d5811061c6ffd211942698b3d18ed2f055a04f384956686a7aa0a6
3 changes: 3 additions & 0 deletions vars/versions/2024.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: aa817431cfad5b814d356211e4826358c647a8a550938829aef9fb9eec61366d
3 changes: 3 additions & 0 deletions vars/versions/2024.2.2-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: b996f6418cd4beb8d77f5f283c0a37108e33b3c822a7d398dfa15b73967595b2
3 changes: 3 additions & 0 deletions vars/versions/2024.2.2-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: 4a8b6cee89e1baf9e252803c2e32e39ce923452d31807adfdedd836df7f96ef4
3 changes: 3 additions & 0 deletions vars/versions/2024.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: 2698adf2f0c4239f21b997faf9fc85954fd654a58d52ff630613fed70fb9699d
3 changes: 3 additions & 0 deletions vars/versions/2024.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: 579021f82d31dceb0dd8581fe5c12d7481e52c24a10688898ed00af1a0295eb3
3 changes: 3 additions & 0 deletions vars/versions/2024.2.4-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: 0142d03ecd3b65bfa6c0d9944e3ac52438046d51277878362279e6358b1aebfa
3 changes: 3 additions & 0 deletions vars/versions/2024.2.4-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: 8411fda793a20356a4982e4f18f6691839d8a471e2081ab6d8cc78b3f8b02532
3 changes: 3 additions & 0 deletions vars/versions/2024.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: 16d4f411b62ddc7747fe11e8fff004bf8d144df4052b8111306fd4cbba8f748c
3 changes: 3 additions & 0 deletions vars/versions/2024.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: c0627c42510bdd25b82127db62997fe6b7b98cc7e30987a83fa0b419692a15c1

0 comments on commit 82dd861

Please sign in to comment.