ansible-collections / community.postgresql

Manage PostgreSQL with Ansible
https://galaxy.ansible.com/ui/repo/published/community/postgresql/
Other
111 stars 90 forks source link

show only top-level returned keys in docs for postgresql_info #754

Closed hunleyd closed 1 month ago

hunleyd commented 1 month ago
          > looking at https://docs.ansible.com/ansible/latest/collections/community/postgresql/postgresql_info_module.html i don't see this shown as a return value unless it's renamed to 'in recovery'. If so, that's wrong. recovery != hot standby

@hunleyd we should imo remove that return values list from docs at all: it's hard to maintain it. Maybe we could just leave the top level keys there like databases, etc. not going deeper. What do you think?

Originally posted by @Andersson007 in https://github.com/ansible-collections/community.postgresql/issues/749#issuecomment-2416820898