Commit 65c6e7fc by Michael DeHaan

Merge pull request #8953 from jsmartin/mysql_fix

Prevents mysql_replication from failing with "_mysql_exceptions.Warning: Sending pa...
parents a9b5b1bf d458f943
...@@ -366,3 +366,4 @@ def main(): ...@@ -366,3 +366,4 @@ def main():
# import module snippets # import module snippets
from ansible.module_utils.basic import * from ansible.module_utils.basic import *
main() main()
warnings.simplefilter("ignore")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment