StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 75 forks source link

Allow Erlang version on EL8 to be pinned, and by default use < 25 #311

Closed amanda11 closed 2 years ago

amanda11 commented 2 years ago

Install on EL8 started to fail on RabbitMQ install. Problems reported "please re-compile this module with an Erlang/OTP 25 compiler"

Erlang 25 has been pushed to the RabbitMQ erlang repository, but according to https://www.rabbitmq.com/which-erlang.html erlang 25 support is preview.

Update so that erlang version can be specified, and make the default value 24* so do not pick up 25.

Partially resolves: https://github.com/StackStorm/ansible-st2/pull/311