check_hostname
not evaluated as boolean in mysql_connect
#685
Labels
help wanted
Extra attention is needed
check_hostname
not evaluated as boolean in mysql_connect
#685
SUMMARY
→ FAILED! => {"changed": false, "msg": "unable to connect to database, check login_user and login_password are correct or /root/.my.cnf has the credentials. Exception message: (1043, 'Bad handshake')"}
Same problem with
But
→ OK
In fact
community.mysql/plugins/module_utils/mysql.py
Line 87 in a5afa1a
check_hostname
isNone
. Socheck_hostname=True
orcheck_hostname=False
produce exactly the same behavior.ISSUE TYPE
COMPONENT NAME
check_hostname
parameters.ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
OK, no change.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: