geerlingguy / ansible-role-rabbitmq

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

rabbitmq installation failed because of 'nothing provides socat needed by rabbitmq-server' - centos8 #7

Closed pamtrak06 closed 3 years ago

pamtrak06 commented 3 years ago

I try to install RabbitMQ on a Centos8 VM. But it fails. Here the called roles in my playbook

- { role: rockandska.erlang, become: yes }
- { role: rabbitmq.deps, become: yes } # install socat and logrotate => https://github.com/rabbitmq/chef-cookbook/issues/355
- { role: geerlingguy.repo-epel, become: yes }
- { role: geerlingguy.rabbitmq, become: yes }

The issue

# TASK [geerlingguy.rabbitmq : Ensure RabbitMQ is installed.] ********************
# fatal: [nnbus]: FAILED! => {"changed": false, "failures": [], "msg": "Depsolve Error occured: \n Problem: conflicting requests\n  - nothing provides socat needed by rabbitmq-server-3.8.3-1.el8.noarch", "rc": 1, "results": []}
# [nnbus] TASK: geerlingguy.rabbitmq : Ensure RabbitMQ is installed. (debug)> User interrupted execution
# ERROR: Job failed: exit code 1

The concerned code ?

- name: Ensure RabbitMQ is installed.
  yum:
    name: "/tmp/{{ rabbitmq_rpm }}"
    state: "present"
stale[bot] commented 3 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 3 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.