ansible-role-postgresql/templates/postgres.sh.j2

3 lines
84 B
Plaintext
Raw Permalink Normal View History

2016-09-29 17:36:57 +00:00
export PGDATA={{ postgresql_data_dir }}
2016-09-29 19:33:39 +00:00
export PATH=$PATH:{{ postgresql_bin_path }}