mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
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:
@@ -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
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user