mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 13:14:26 -07:00
Display a more informative error when InvalidPrivsError is raised (#465) - fix and add integration test
This commit is contained in:
parent
d42eadb063
commit
222eb60371
6 changed files with 30 additions and 15 deletions
|
@ -1,5 +1,9 @@
|
|||
- name: delete temporary directory
|
||||
include_tasks: default-cleanup.yml
|
||||
tags:
|
||||
- setup_remote_tmp_dir
|
||||
|
||||
- name: delete temporary directory (windows)
|
||||
include_tasks: windows-cleanup.yml
|
||||
tags:
|
||||
- setup_remote_tmp_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue