7 lines
160 B
Text
7 lines
160 B
Text
|
|
#!/bin/sh
|
||
|
|
# {{ ansible_managed }}
|
||
|
|
# profile for postgres user
|
||
|
|
export PGDATA={{ pg_data_directory }}
|
||
|
|
export PATH=/usr/lib/postgresql/{{ pg_version }}/bin:$PATH
|
||
|
|
|