Skip to content

Commit

Permalink
Enable support for Postgresql 15
Browse files Browse the repository at this point in the history
  • Loading branch information
fila43 committed Jul 17, 2023
1 parent 19bb707 commit ef65f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/main.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

# Examples of non-distribution specific (generic) internal variables:
__postgresql_packages: [postgresql-server]
__postgresql_versions_el8: ["10", "12", "13"]
__postgresql_versions_el9: ["13"]
__postgresql_versions_el8: ["10", "12", "13", "15"]
__postgresql_versions_el9: ["13", "15"]

__postgresql_data_dir: /var/lib/pgsql/data

Expand Down

0 comments on commit ef65f78

Please sign in to comment.