mysql and postgresql modules: fix seealso section (#580)

This commit is contained in:
Andrew Klychkov 2020-06-25 12:09:13 +03:00 committed by GitHub
parent 60c9642e6b
commit ebb4600618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 47 additions and 47 deletions

View file

@ -49,10 +49,10 @@ notes:
To avoid this, use I(exclude_fields=db_size).
seealso:
- module: mysql_variables
- module: mysql_db
- module: mysql_user
- module: mysql_replication
- module: community.general.mysql_variables
- module: community.general.mysql_db
- module: community.general.mysql_user
- module: community.general.mysql_replication
author:
- Andrew Klychkov (@Andersson007)