Skip to content

Commit 2959750

Browse files
author
Dmitriy Rabotyagov
committed
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>
1 parent 47769e5 commit 2959750

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rabbitmq_package_state: "{{ package_state | default('latest') }}"
2222

2323
# Defined versions of RabbitMQ and Erlang
2424
rabbitmq_package_version: "4.0.9-1"
25-
rabbitmq_erlang_package_version: "26.2.*-1"
25+
rabbitmq_erlang_package_version: "27.3.*-1"
2626

2727
# Inventory group containing the hosts for the cluster
2828
rabbitmq_host_group: "rabbitmq_all"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
features:
3+
- |
4+
Erlang version was updated to 27.3.x series.

0 commit comments

Comments
 (0)