geerlingguy / ansible-role-rabbitmq

Ansible Role - RabbitMQ
https://galaxy.ansible.com/geerlingguy/rabbitmq/
MIT License
64 stars 56 forks source link

Simplifying and Using the Official Repo #1

Closed knechtionscoding closed 6 years ago

knechtionscoding commented 6 years ago

Relatively simple PR.

I changed from the package cloud to the official RabbitMQ repositories.

I also simplified the install steps into a single one instead of two different ones. This may be the same performance wise, but allows for maintenance of a single variable instead of two in the tasks section.

I also made the base url of the repository a variable so there was one less place of code repetition.