1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-03-03 16:17:10 -05:00

Update Debian-11.yml

This commit is contained in:
Albert Nazaretyan 2023-05-06 18:01:53 +03:00 committed by GitHub
parent 8861048695
commit 35d176c8e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ __postgresql_version: "13"
__postgresql_data_dir: "/var/lib/postgresql/{{ __postgresql_version }}/main"
__postgresql_bin_path: "/usr/lib/postgresql/{{ __postgresql_version }}/bin"
__postgresql_config_path: "/etc/postgresql/{{ __postgresql_version }}/main"
__postgresql_daemon: "postgresql@{{ postgresql_version }}-main"
__postgresql_daemon: "postgresql@{{ __postgresql_version }}-main"
__postgresql_packages:
- postgresql
- postgresql-contrib