Skip to content

Commit

Permalink
mysql_info: add seealso section (#65688)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored and samccann committed Dec 10, 2019
1 parent 4239dc1 commit e818ab1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/ansible/modules/database/mysql/mysql_info.py
Expand Up @@ -50,6 +50,12 @@
- Calculating the size of a database might be slow, depending on the number and size of tables in it.
To avoid this, use I(exclude_fields=db_size).
seealso:
- module: mysql_variables
- module: mysql_db
- module: mysql_user
- module: mysql_replication
author:
- Andrew Klychkov (@Andersson007)
Expand Down

0 comments on commit e818ab1

Please sign in to comment.