Update documentation for mysql_db notes (#50444)

* Simplify the requirement section to avoid duplicating info already in mysql_document_fragment.
* Package installation section simplified, mentioned RHEL; a typo fix in "than".
* added dnf for Fedora
This commit is contained in:
Richlv 2019-01-04 05:10:57 +02:00 committed by Abhijeet Kasurde
parent 27c7d5bb01
commit 73ffe683b2
2 changed files with 6 additions and 6 deletions

View file

@ -67,8 +67,7 @@ requirements:
- mysql (command line binary)
- mysqldump (command line binary)
notes:
- Requires the PyMySQL (Python 2.7 and Python 3.X) or MySQL-python (Python 2.X) package on the remote host,
as well as mysql and mysqldump binaries.
- 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.
extends_documentation_fragment: mysql
'''