mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 02:30:32 -07:00
Cover alternative error message
This commit is contained in:
parent
351bc24567
commit
d512500569
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
|
||||
- assert:
|
||||
that:
|
||||
- result is failed and 'Access denied for user' in result.msg
|
||||
- result is failed and ('Access denied for user' in result.msg or 'command denied to user' in result.msg)
|
||||
|
||||
- name: create user with equivalent ssl requirement in tls_requires (expect unchanged)
|
||||
mysql_user:
|
||||
|
|
Loading…
Add table
Reference in a new issue