mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 02:30:32 -07:00
Limit verification of access denied to pymysql connector
This commit is contained in:
parent
a3ebd7e055
commit
a07c001bed
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
- assert:
|
||||
that:
|
||||
- result is failed and 'Access denied for user' in result.msg
|
||||
when: pymysql_version.stdout != "" # MySQLdb always uses SSL if possible
|
||||
|
||||
- name: create user with equivalent ssl requirement in tls_requires (expect unchanged)
|
||||
mysql_user:
|
||||
|
|
Loading…
Add table
Reference in a new issue