vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on "Patroni" and DCS "etcd" or "consul"). Automating with Ansible.
MIT License
1.27k stars 340 forks source link

add-repository: Do not delete the 'epel-release' package if it is installed (RHEL) #567

Closed vitabaks closed 2 months ago

vitabaks commented 2 months ago

There is no need to delete the epel-relase package, as this violates the idempotency of the task every time the playbook config_pgcluster.yml is launched.