You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 23:02:47 +03:00
Fix invalid 'sample' value (not a JSON value, since dictionary has non-string key). (#262)
This commit is contained in:
@@ -291,7 +291,7 @@ replications:
|
||||
returned: if pg_stat_replication view existent
|
||||
type: dict
|
||||
sample:
|
||||
- { 76580: { "app_name": "standby1", "backend_start": "2019-02-03 00:14:33.908593+03",
|
||||
- { "76580": { "app_name": "standby1", "backend_start": "2019-02-03 00:14:33.908593+03",
|
||||
"client_addr": "10.10.10.2", "client_hostname": "", "state": "streaming", "usename": "postgres" } }
|
||||
contains:
|
||||
usename:
|
||||
|
Reference in New Issue
Block a user