1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-04-21 18:12:30 -04:00

Rearrange order of docker exec test command.

This commit is contained in:
Jeff Geerling 2016-09-29 11:23:49 -05:00
parent d57db4d765
commit 51101f0a82

View file

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