vitabaks / postgresql_cluster

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

Remove compatibility with Ubuntu 18.04 #495

Closed vitabaks closed 11 months ago

vitabaks commented 11 months ago

The repository https://apt.postgresql.org/pub/repos/apt bionic-pgdg does not have a Release file.

  TASK [add-repository : Add repository apt-key] *********************************
  changed: [10.172.0.21] => (item={'key': 'https://www.postgresql.org/media/keys/ACCC4CF8.asc'})
  changed: [10.172.0.22] => (item={'key': 'https://www.postgresql.org/media/keys/ACCC4CF8.asc'})
  changed: [10.172.0.20] => (item={'key': 'https://www.postgresql.org/media/keys/ACCC4CF8.asc'})
  failed: [10.172.0.21] (item={'repo': 'deb https://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main'}) => {"ansible_loop_var": "item", "changed": false, "item": {"repo": "deb https://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main"}, "msg": "Failed to update apt cache: E:The repository 'https://apt.postgresql.org/pub/repos/apt bionic-pgdg Release' does not have a Release file."}
  failed: [10.172.0.20] (item={'repo': 'deb https://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main'}) => {"ansible_loop_var": "item", "changed": false, "item": {"repo": "deb https://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main"}, "msg": "Failed to update apt cache: E:The repository 'https://apt.postgresql.org/pub/repos/apt bionic-pgdg Release' does not have a Release file."}
  failed: [10.172.0.22] (item={'repo': 'deb https://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main'}) => {"ansible_loop_var": "item", "changed": false, "item": {"repo": "deb https://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main"}, "msg": "Failed to update apt cache: E:The repository 'https://apt.postgresql.org/pub/repos/apt bionic-pgdg Release' does not have a Release file."}

  TASK [add-repository : Add repository] *****************************************