diff --git a/defaults/main.yml b/defaults/main.yml index fd231e5..37c4dd8 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -8,7 +8,7 @@ pg_use_postgresql_org_repo: True psql_postgresql_install: True psql_pkg_state: present postgresql_enabled: True -psql_version: 13 +psql_version: 16 psql_db_host: localhost psql_db_port: 5432 psql_db_size_w: 150000000 @@ -152,8 +152,8 @@ psql_db_pwd: "We cannot save the password into the repository. Use another varia # postgis postgres_install_gis_extensions: False -postgres_gis_version: 2.5 -postgres_gis_shortver: 25 +postgres_gis_version: 3 +postgres_gis_shortver: 3 postgres_gis_pkgs: - 'postgresql-{{ psql_version }}-postgis-{{ postgres_gis_version }}'