Limit verification of access denied to pymysql connector

This commit is contained in:
Jorge-Rodriguez 2021-03-31 17:55:42 +03:00
parent a3ebd7e055
commit a07c001bed
No known key found for this signature in database
GPG key ID: 43153D1EFD8F7D90

View file

@ -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: