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

Make sure that the cron package is installed #426

Closed vitabaks closed 1 year ago

vitabaks commented 1 year ago

Some versions of distributions may lack the necessary package for configuring cron jobs. \ Now we check that the package is present and install it if it is missing.

Fixed: crontab: command not found