vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on Patroni). Automating with Ansible.
https://postgresql-cluster.org
MIT License
1.69k stars 411 forks source link

Move OS checking tasks to the pre-checks role #436

Closed vitabaks closed 1 year ago

vitabaks commented 1 year ago

this is necessary to check the supported versions of Linux distributions at an early stage of the playbook execution. Previously, this check was performed only after the DCS cluster was deployed.