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:
parent
8861048695
commit
35d176c8e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue