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