We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05d3690 + 94e519c commit 845a175Copy full SHA for 845a175
vars/Fedora-42.yml
@@ -0,0 +1,14 @@
1
+---
2
+__postgresql_version: "16.8"
3
+__postgresql_data_dir: "/var/lib/pgsql/data"
4
+__postgresql_bin_path: "/usr/bin"
5
+__postgresql_config_path: "/var/lib/pgsql/data"
6
+__postgresql_daemon: postgresql
7
+__postgresql_packages:
8
+ - postgresql
9
+ - postgresql-server
10
+ - postgresql-contrib
11
+ - postgresql-libs
12
+__postgresql_unix_socket_directories_mode: '0755'
13
+# Fedora 32 containers only have python3 by default
14
+postgresql_python_library: python3-psycopg2
0 commit comments