From c2a042a27f5d3a3b2d1035ceed9bfef8438f7f2a Mon Sep 17 00:00:00 2001 From: John Freeman Date: Sun, 7 Jul 2024 20:24:00 +0100 Subject: [PATCH] Updated to IntelliJ version 2024.1.2 (#398) 2024.1.2 is now the default version installed. --- README.md | 5 +++-- defaults/main.yml | 2 +- vars/versions/2024.1.2-community.yml | 3 +++ vars/versions/2024.1.2-ultimate.yml | 3 +++ 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 vars/versions/2024.1.2-community.yml create mode 100644 vars/versions/2024.1.2-ultimate.yml diff --git a/README.md b/README.md index d495097..68fd223 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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` @@ -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` diff --git a/defaults/main.yml b/defaults/main.yml index 9f54410..ad301e7 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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 diff --git a/vars/versions/2024.1.2-community.yml b/vars/versions/2024.1.2-community.yml new file mode 100644 index 0000000..cd59390 --- /dev/null +++ b/vars/versions/2024.1.2-community.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: 042f5510d9680fe325549ed0b3dbff2b0687a10994a1f491e81a5798d8396ed9 diff --git a/vars/versions/2024.1.2-ultimate.yml b/vars/versions/2024.1.2-ultimate.yml new file mode 100644 index 0000000..156a70d --- /dev/null +++ b/vars/versions/2024.1.2-ultimate.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: c50ed70f90c69a7e6eaafab44d926d554aafbd7310608570e4085d97df3bf763