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
1 changed files with 2 additions and 1 deletions

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/