use postgresql_home_dir

This commit is contained in:
ace
2023-02-21 16:14:02 +03:00
parent 98b48a3566
commit 9207b91282
7 changed files with 15 additions and 13 deletions

View File

@ -31,7 +31,7 @@
name: wal-g
vars:
wal_g_pg: yes
wal_g_pg_home_dir: "{{ postgresql_base_dir }}"
wal_g_pg_home_dir: "{{ postgresql_home_dir }}"
wal_g_pg_data_dir: "{{ postgresql_data_dir }}"
wal_g_restore: "{{ postgresql_wal_g_restore }}"
when: postgresql_wal_g_install