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:
parent
00bbaf63aa
commit
d57db4d765
1 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue