ansible/roles/geerlingguy.postgresql/templates/postgres.sh.j2

3 lines
84 B
Plaintext
Raw Normal View History

2019-09-24 08:59:36 +00:00
export PGDATA={{ postgresql_data_dir }}
export PATH=$PATH:{{ postgresql_bin_path }}