mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Merge pull request #8953 from jsmartin/mysql_fix
Prevents mysql_replication from failing with "_mysql_exceptions.Warning: Sending pa...
This commit is contained in:
@@ -366,3 +366,4 @@ def main():
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
main()
|
||||
warnings.simplefilter("ignore")
|
||||
Reference in New Issue
Block a user