Skip to content

Commit 30efce7

Browse files
postgresql: support Ubuntu 22
1 parent d8c01aa commit 30efce7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
postgresql_service: postgresql
2+
3+
gdal_src_url: http://download.osgeo.org/gdal/2.4.0/gdal-2.4.0.tar.gz
4+
5+
postgresql_data_directory: "{{ data_dir }}/postgresql-{{pg_version}}-data"
6+
7+
psycopg2_package: "python3-psycopg2"
8+
9+
pycurl_package: "python3-pycurl"
10+
11+
pip_package: "python3-pip"

0 commit comments

Comments
 (0)