Update mysql_db.py (#41317)

Add note to inform that mysql_db is not idempotent when state is "import".

+label: docsite_pr
This commit is contained in:
Xyon 2018-09-13 22:31:45 +01:00 committed by ansibot
parent ede3a8cee1
commit 8d6522c671

View file

@ -68,6 +68,7 @@ requirements:
- mysqldump (command line binary)
notes:
- Requires the python-mysqldb package on the remote host, as well as mysql and mysqldump binaries.
- 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
'''