Prevents module from failing with "_mysql_exceptions.Warning: Sending passwords in plain text without SSL/TLS is extremely insecure." When not using SSL/TLS.
This commit is contained in:
parent
af47d8dc42
commit
49a5619cc0
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
Loading…
Add table
Reference in a new issue