Skip to content

Commit

Permalink
Updated to IntelliJ version 2024.1.2 (#398)
Browse files Browse the repository at this point in the history
2024.1.2 is now the default version installed.
  • Loading branch information
freemanjp authored Jul 7, 2024
1 parent 1e45e14 commit c2a042a
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.1.1'
intellij_version: '2024.1.2'

# 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.1.2`
* `2024.1.1`
* `2024.1`
* `2023.3.6`
Expand Down Expand Up @@ -380,7 +381,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.1.1`
* e.g. `/opt/idea/idea-community-2024.1.2`

* `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.1.1'
intellij_version: '2024.1.2'

# 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.1.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: 042f5510d9680fe325549ed0b3dbff2b0687a10994a1f491e81a5798d8396ed9
3 changes: 3 additions & 0 deletions vars/versions/2024.1.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: c50ed70f90c69a7e6eaafab44d926d554aafbd7310608570e4085d97df3bf763

0 comments on commit c2a042a

Please sign in to comment.