StackStorm / ansible-st2

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

Pin rabbitmq version on EL8 #289

Closed amanda11 closed 3 years ago

amanda11 commented 3 years ago

Since rabbitmq-server 3.8.13 was released, installations on EL8 failed as we install latest rabbitmq from rabbitmq packagecloud, But 3.8.13 requires version of erlang that is not in the EL8 or EPEL repositories.

This PR makes the same changes to the ansible scripts as performed by bash installer in https://github.com/StackStorm/st2-packages/pull/693