mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-19 17:01:26 -07:00
mention MariaDB in descriptions and notes
This commit is contained in:
parent
554d99e58b
commit
172ada9e20
7 changed files with 25 additions and 15 deletions
7
plugins/modules/mysql_replication.py
Normal file → Executable file
7
plugins/modules/mysql_replication.py
Normal file → Executable file
|
@ -13,9 +13,9 @@ __metaclass__ = type
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: mysql_replication
|
||||
short_description: Manage MySQL replication
|
||||
short_description: Manage MySQL or MariaDB replication
|
||||
description:
|
||||
- Manages MySQL server replication, replica, primary status, get and change primary host.
|
||||
- Manages MySQL or MariaDB server replication, replica, primary status, get and change primary host.
|
||||
author:
|
||||
- Balazs Pocze (@banyek)
|
||||
- Andrew Klychkov (@Andersson007)
|
||||
|
@ -191,7 +191,8 @@ options:
|
|||
version_added: '0.1.0'
|
||||
|
||||
notes:
|
||||
- If an empty value for the parameter of string type is needed, use an empty string.
|
||||
- Compatible with MariaDB or MySQL
|
||||
- If an empty value for the parameter of string type is needed, use an empty string.
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue