postgresql_db - Handle pg_dump return code (#52985)

Handle return code return by pg_dump command

Fixes: #40424
This commit is contained in:
Andrey Klychkov
2019-03-13 15:31:50 +03:00
committed by Abhijeet Kasurde
parent f0ef4dae05
commit d30879a0b7
2 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- postgresql_db - the module fails not always when pg_dump errors occured (https://github.com/ansible/ansible/issues/40424).