mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
In prod db-fas01 is rhel7 and uses postgresql 9.6. In staging db-fas01.stg is rhel8, and should also use postgresql 9.6, but we were blanket making rhel8 hosts use postgresql 12. We could drop this by reinstalling db-fas01.stg with rhel7, or waiting until we finally kill fas2 and just setting them both to use postgresql 12. Signed-off-by: Kevin Fenzi <kevin@scrye.com>