diff --git a/README.md b/README.md index 91cfa4e..b6ce148 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ are shown below): ```yaml # IntelliJ IDEA version number -intellij_version: '2024.2' +intellij_version: '2024.3' # Mirror where to dowload IntelliJ IDEA redistributable package from # Using HTTP because of https://github.com/ansible/ansible/issues/11579 @@ -141,6 +141,11 @@ The following versions of IntelliJ IDEA are supported without any additional configuration (for other versions follow the Advanced Configuration instructions): +* `2024.3` +* `2024.2.4` +* `2024.2.3` +* `2024.2.2` +* `2024.2.1` * `2024.2` * `2024.1.4` * `2024.1.3` @@ -384,7 +389,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.2` + * e.g. `/opt/idea/idea-community-2024.3` * `ansible_local.intellij.general.desktop_filename` diff --git a/defaults/main.yml b/defaults/main.yml index b0c1fb3..866a382 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,7 +1,7 @@ # code: language=ansible --- # IntelliJ IDEA version number -intellij_version: '2024.2' +intellij_version: '2024.3' # 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.2.1-community.yml b/vars/versions/2024.2.1-community.yml new file mode 100644 index 0000000..a2b9feb --- /dev/null +++ b/vars/versions/2024.2.1-community.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: 781cc03526d5811061c6ffd211942698b3d18ed2f055a04f384956686a7aa0a6 diff --git a/vars/versions/2024.2.1-ultimate.yml b/vars/versions/2024.2.1-ultimate.yml new file mode 100644 index 0000000..b398355 --- /dev/null +++ b/vars/versions/2024.2.1-ultimate.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: aa817431cfad5b814d356211e4826358c647a8a550938829aef9fb9eec61366d diff --git a/vars/versions/2024.2.2-community.yml b/vars/versions/2024.2.2-community.yml new file mode 100644 index 0000000..e5b9439 --- /dev/null +++ b/vars/versions/2024.2.2-community.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: b996f6418cd4beb8d77f5f283c0a37108e33b3c822a7d398dfa15b73967595b2 diff --git a/vars/versions/2024.2.2-ultimate.yml b/vars/versions/2024.2.2-ultimate.yml new file mode 100644 index 0000000..acba1a8 --- /dev/null +++ b/vars/versions/2024.2.2-ultimate.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: 4a8b6cee89e1baf9e252803c2e32e39ce923452d31807adfdedd836df7f96ef4 diff --git a/vars/versions/2024.2.3-community.yml b/vars/versions/2024.2.3-community.yml new file mode 100644 index 0000000..1db5c3d --- /dev/null +++ b/vars/versions/2024.2.3-community.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: 2698adf2f0c4239f21b997faf9fc85954fd654a58d52ff630613fed70fb9699d diff --git a/vars/versions/2024.2.3-ultimate.yml b/vars/versions/2024.2.3-ultimate.yml new file mode 100644 index 0000000..2fdf5cd --- /dev/null +++ b/vars/versions/2024.2.3-ultimate.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: 579021f82d31dceb0dd8581fe5c12d7481e52c24a10688898ed00af1a0295eb3 diff --git a/vars/versions/2024.2.4-community.yml b/vars/versions/2024.2.4-community.yml new file mode 100644 index 0000000..42eddd8 --- /dev/null +++ b/vars/versions/2024.2.4-community.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: 0142d03ecd3b65bfa6c0d9944e3ac52438046d51277878362279e6358b1aebfa diff --git a/vars/versions/2024.2.4-ultimate.yml b/vars/versions/2024.2.4-ultimate.yml new file mode 100644 index 0000000..b060c5e --- /dev/null +++ b/vars/versions/2024.2.4-ultimate.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: 8411fda793a20356a4982e4f18f6691839d8a471e2081ab6d8cc78b3f8b02532 diff --git a/vars/versions/2024.3-community.yml b/vars/versions/2024.3-community.yml new file mode 100644 index 0000000..9de158e --- /dev/null +++ b/vars/versions/2024.3-community.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: 16d4f411b62ddc7747fe11e8fff004bf8d144df4052b8111306fd4cbba8f748c diff --git a/vars/versions/2024.3-ultimate.yml b/vars/versions/2024.3-ultimate.yml new file mode 100644 index 0000000..433127d --- /dev/null +++ b/vars/versions/2024.3-ultimate.yml @@ -0,0 +1,3 @@ +--- +# SHA256 sum for the redistributable package +intellij_redis_sha256sum: c0627c42510bdd25b82127db62997fe6b7b98cc7e30987a83fa0b419692a15c1