Update mysql_db.py (#41317)

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

+label: docsite_pr
pull/45639/head
Xyon 6 years ago committed by ansibot
parent ede3a8cee1
commit 8d6522c671

@ -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
'''

Loading…
Cancel
Save