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