mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-18 16:31:26 -07:00
mysql and postgresql modules: fix seealso section (#580)
This commit is contained in:
parent
60c9642e6b
commit
ebb4600618
19 changed files with 47 additions and 47 deletions
|
@ -123,9 +123,9 @@ seealso:
|
|||
- name: pg_restore reference
|
||||
description: Complete reference of pg_restore documentation.
|
||||
link: https://www.postgresql.org/docs/current/app-pgrestore.html
|
||||
- module: postgresql_tablespace
|
||||
- module: postgresql_info
|
||||
- module: postgresql_ping
|
||||
- module: community.general.postgresql_tablespace
|
||||
- module: community.general.postgresql_info
|
||||
- module: community.general.postgresql_ping
|
||||
notes:
|
||||
- State C(dump) and C(restore) don't require I(psycopg2) since version 2.8.
|
||||
author: "Ansible Core Team"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue