From 0d110dfeedd8c8b942fc10c3bf61ccba7e2aaf21 Mon Sep 17 00:00:00 2001 From: John Freeman Date: Sun, 26 Jan 2025 20:40:49 +0000 Subject: [PATCH] Updated to IntelliJ version 2024.3.2.1 (#419) 2024.3.2.1 is now the default version installed. --- README.md | 5 +++-- defaults/main.yml | 2 +- vars/versions/2024.3.2.1-community.yml | 3 +++ vars/versions/2024.3.2.1-ultimate.yml | 3 +++ 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 vars/versions/2024.3.2.1-community.yml create mode 100644 vars/versions/2024.3.2.1-ultimate.yml diff --git a/README.md b/README.md index 299765d..a558ffc 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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` @@ -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` diff --git a/defaults/main.yml b/defaults/main.yml index bbda333..3880493 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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 diff --git a/vars/versions/2024.3.2.1-community.yml b/vars/versions/2024.3.2.1-community.yml new file mode 100644 index 0000000..3f3966e --- /dev/null +++ b/vars/versions/2024.3.2.1-community.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: 9249103eaaba534ee2fa6ef56c0f016d4f4113970863d9ef15f786563850d9ae diff --git a/vars/versions/2024.3.2.1-ultimate.yml b/vars/versions/2024.3.2.1-ultimate.yml new file mode 100644 index 0000000..184aa8a --- /dev/null +++ b/vars/versions/2024.3.2.1-ultimate.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: 2fba2ff7f4d7c799b4b5c474827ff8253eea37d22ed7a3dd25a2ab9a38587a26