mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -07:00
Fix error message being different on stable-1 than v3
This commit is contained in:
parent
243d6b93f3
commit
666afeeae3
1 changed files with 3 additions and 1 deletions
|
@ -117,7 +117,9 @@
|
|||
assert:
|
||||
that:
|
||||
- result is failed
|
||||
- "'Error granting privileges' in result.msg"
|
||||
- >
|
||||
'Error granting privileges' in result.msg
|
||||
or 'invalid privileges string' in result.msg
|
||||
when: enable_check_mode == 'no'
|
||||
|
||||
##########
|
||||
|
|
Loading…
Add table
Reference in a new issue