Update mysql_db.py
* Update mysql_db.py Resubmission of https://github.com/ansible/ansible-modules-core/pull/2961 in single commit. * Update mysql_db.py
This commit is contained in:
parent
85c45d9fd1
commit
c790519048
1 changed files with 5 additions and 0 deletions
|
@ -57,6 +57,11 @@ options:
|
|||
files (C(.sql)) as well as bzip2 (C(.bz2)), gzip (C(.gz)) and xz (Added in 2.0) compressed files are supported.
|
||||
required: false
|
||||
author: "Ansible Core Team"
|
||||
requirements:
|
||||
- mysql (command line binary)
|
||||
- mysqldump (command line binary)
|
||||
notes:
|
||||
- Requires the python-mysqldb package on the remote host, as well as mysql and mysqldump binaries.
|
||||
extends_documentation_fragment: mysql
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue