kostiantyn-nemchenko / ansible-role-patroni

:elephant: Ansible Role for Patroni
https://galaxy.ansible.com/kostiantyn-nemchenko/patroni
MIT License
68 stars 44 forks source link

Fix: The yum repository link has been changed #85

Closed TACY-octo closed 3 years ago

TACY-octo commented 3 years ago

Hello,

Feel free to correct me on how to write this PR it's my first :)

Bug :

fatal: [postgres1]: FAILED! => {"changed": false, "msg": "Failure downloading https://yum.postgresql.org/common/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm, HTTP Error 404: Not Found"}

Caused by :

Reorganisation repository of Postgres : https://yum.postgresql.org/news/new-repo-rpms-released/

Solution :

Modify the URL and the value of the ansible_distribution condition in the vars / RedHat.yml file.

kostiantyn-nemchenko commented 3 years ago

@ctavian Merged, thank you!