postgresql_info: add in_recovery return value to show if a service in recovery mode or not (#1091)

* postgresql_info: add in_recovery return value to show if a service is in recovery mode or not

* add changelog fragment

* fix sanity
This commit is contained in:
Andrew Klychkov
2020-10-14 14:30:19 +03:00
committed by GitHub
parent 159f38f4f2
commit da7f9ffc3f
3 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- postgresql_info - add ``in_recovery`` return value to show if a service in recovery mode or not (https://github.com/ansible-collections/community.general/issues/1068).