bump rabbitmq and erlang to latest available

When switching to the Novemberain repos and using the proper EL major
version, some packages are not available in el/9 that are in el/8 repos.
This change bumps rabbitmq to 3.11.17-1 and erlang to 25.3.2-1.

Change-Id: Ia885935ef6d97fae8b61a1c4979b03a51727eb31
This commit is contained in:
Neil Hanlon 2023-05-30 17:10:42 -04:00
parent ab9dbfb50e
commit 3ee66ae7af
No known key found for this signature in database
GPG Key ID: 705BC21EC3C70F34
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
_rabbitmq_install_method: external_repo
_rabbitmq_package_version: "3.11.10-1"
_rabbitmq_package_version: "3.11.17-1"
_rabbitmq_gpg_keys:
- file: gpg/C072C960
@ -35,7 +35,7 @@ _rabbitmq_erlang_repo:
state: "present"
filename: els_erlang
_rabbitmq_erlang_version_spec: "{{ (rabbitmq_install_method == 'external_repo') | ternary('1:25.2.3-1', '1:22.*') }}"
_rabbitmq_erlang_version_spec: "{{ (rabbitmq_install_method == 'external_repo') | ternary('1:25.3.2.1-1', '1:22.*') }}"
rabbitmq_dependencies:
- erlang-base

View File

@ -14,8 +14,8 @@
# limitations under the License.
_rabbitmq_install_method: external_repo
_rabbitmq_package_version: 3.11.10-1
_erlang_package_version: 25.2.3-1
_rabbitmq_package_version: 3.11.17-1
_erlang_package_version: 25.3.2-1
# NOTE(jrosser): Before updating the distribution release from '8' or using ansible_distribution_release, check