Merge pull request #8953 from jsmartin/mysql_fix
Prevents mysql_replication from failing with "_mysql_exceptions.Warning: Sending pa...
This commit is contained in:
commit
ed330addf6
1 changed files with 1 additions and 0 deletions
|
@ -366,3 +366,4 @@ def main():
|
|||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
main()
|
||||
warnings.simplefilter("ignore")
|
Loading…
Reference in a new issue