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

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.
Reference in New Issue
openstack/openstack-ansible-rabbitmq_server
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.