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
1 changed files with 1 additions and 1 deletions

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