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:
parent
ede3a8cee1
commit
8d6522c671
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue