mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-08 09:19:11 -07:00
mention MariaDB (#640)
* mention MariaDB * mention MariaDB in descriptions and notes * nits * chmod -x
This commit is contained in:
parent
47610347ba
commit
6c4dca4bce
10 changed files with 28 additions and 18 deletions
|
@ -11,9 +11,9 @@ __metaclass__ = type
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: mysql_db
|
||||
short_description: Add or remove MySQL databases from a remote host
|
||||
short_description: Add or remove MySQL or MariaDB databases from a remote host
|
||||
description:
|
||||
- Add or remove MySQL databases from a remote host.
|
||||
- Add or remove MySQL or MariaDB databases from a remote host.
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
@ -188,6 +188,7 @@ requirements:
|
|||
- mysql (command line binary)
|
||||
- mysqldump (command line binary)
|
||||
notes:
|
||||
- Compatible with MariaDB or MySQL.
|
||||
- Requires the mysql and mysqldump binaries on the remote host.
|
||||
- This module is B(not idempotent) when I(state) is C(import),
|
||||
and will import the dump file each time if run more than once.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue