diff --git a/README.md b/README.md index 385e4b6..9e00338 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ are shown below): ```yaml # IntelliJ IDEA version number -intellij_version: '2024.1.3' +intellij_version: '2024.1.4' # Mirror where to dowload IntelliJ IDEA redistributable package from # Using HTTP because of https://github.com/ansible/ansible/issues/11579 @@ -141,7 +141,9 @@ The following versions of IntelliJ IDEA are supported without any additional configuration (for other versions follow the Advanced Configuration instructions): +* `2024.1.4` * `2024.1.3` +* `2024.1.2` * `2024.1.1` * `2024.1` * `2023.3.6` @@ -381,7 +383,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.3` + * e.g. `/opt/idea/idea-community-2024.1.4` * `ansible_local.intellij.general.desktop_filename` diff --git a/defaults/main.yml b/defaults/main.yml index d72a137..826670c 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,7 +1,7 @@ # code: language=ansible --- # IntelliJ IDEA version number -intellij_version: '2024.1.3' +intellij_version: '2024.1.4' # 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.4-community.yml b/vars/versions/2024.1.4-community.yml new file mode 100644 index 0000000..46dbf1b --- /dev/null +++ b/vars/versions/2024.1.4-community.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: 7d5e4cdb5a7cb1c376ca66957481350571561edadc3f45e6fce422e14af0fc16 diff --git a/vars/versions/2024.1.4-ultimate.yml b/vars/versions/2024.1.4-ultimate.yml new file mode 100644 index 0000000..1960562 --- /dev/null +++ b/vars/versions/2024.1.4-ultimate.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: cda20bbbc052c2b8e87ea8607235ee0f7b5775728e8648c0a603889a3efa685f