mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
mysql and postgresql modules: fix seealso section (#580)
This commit is contained in:
@@ -155,10 +155,10 @@ options:
|
||||
version_added: '0.2.0'
|
||||
|
||||
seealso:
|
||||
- module: mysql_info
|
||||
- module: mysql_variables
|
||||
- module: mysql_user
|
||||
- module: mysql_replication
|
||||
- module: community.general.mysql_info
|
||||
- module: community.general.mysql_variables
|
||||
- module: community.general.mysql_user
|
||||
- module: community.general.mysql_replication
|
||||
- name: MySQL command-line client reference
|
||||
description: Complete reference of the MySQL command-line client documentation.
|
||||
link: https://dev.mysql.com/doc/refman/8.0/en/mysql.html
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -154,7 +154,7 @@ extends_documentation_fragment:
|
||||
|
||||
|
||||
seealso:
|
||||
- module: mysql_info
|
||||
- module: community.general.mysql_info
|
||||
- name: MySQL replication reference
|
||||
description: Complete reference of the MySQL replication documentation.
|
||||
link: https://dev.mysql.com/doc/refman/8.0/en/replication.html
|
||||
|
||||
@@ -118,7 +118,7 @@ notes:
|
||||
- Currently, there is only support for the `mysql_native_password` encrypted password hash module.
|
||||
|
||||
seealso:
|
||||
- module: mysql_info
|
||||
- module: community.general.mysql_info
|
||||
- name: MySQL access control and account management reference
|
||||
description: Complete reference of the MySQL access control and account management documentation.
|
||||
link: https://dev.mysql.com/doc/refman/8.0/en/access-control.html
|
||||
|
||||
@@ -45,7 +45,7 @@ options:
|
||||
version_added: '0.2.0'
|
||||
|
||||
seealso:
|
||||
- module: mysql_info
|
||||
- module: community.general.mysql_info
|
||||
- name: MySQL SET command reference
|
||||
description: Complete reference of the MySQL SET command documentation.
|
||||
link: https://dev.mysql.com/doc/refman/8.0/en/set-statement.html
|
||||
|
||||
Reference in New Issue
Block a user