Bump Erlang version to 27.x

RabbitMQ supports Erlang 27 since release 4.0.4 [1]

With that Debian Trixie package is available only for Erlang 27

[1] https://www.rabbitmq.com/docs/which-erlang

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/965798
Change-Id: I055941dd6829c4055377fd46ec6cec8f9351546e
Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
Dmitriy Rabotyagov
2025-10-28 12:25:04 +01:00
parent 47769e5c85
commit 2959750e81
2 changed files with 5 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ rabbitmq_package_state: "{{ package_state | default('latest') }}"
# Defined versions of RabbitMQ and Erlang
rabbitmq_package_version: "4.0.9-1"
rabbitmq_erlang_package_version: "26.2.*-1"
rabbitmq_erlang_package_version: "27.3.*-1"
# Inventory group containing the hosts for the cluster
rabbitmq_host_group: "rabbitmq_all"

View File

@@ -0,0 +1,4 @@
---
features:
- |
Erlang version was updated to 27.3.x series.