1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2024-11-11 13:50:50 -05:00

Attempt running pg_ctl test as postgres user.

This commit is contained in:
Jeff Geerling 2016-09-29 11:19:08 -05:00
parent 00bbaf63aa
commit d57db4d765

View file

@ -43,7 +43,8 @@ script:
|| (echo 'Idempotence test: fail' && exit 1)
# Check PostgreSQL status.
- 'docker exec "$(cat ${container_id})" pg_ctl status'
- 'docker exec "$(cat ${container_id})" cat /etc/passwd'
- 'docker exec "$(cat ${container_id})" -u postgres pg_ctl status'
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/