mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-26 07:51:46 -07:00
Add cleanup to prevent the following tests from failing
This commit is contained in:
parent
9716a4d588
commit
bb11029070
1 changed files with 7 additions and 0 deletions
|
@ -110,3 +110,10 @@
|
|||
that:
|
||||
- dump_db2_without_t1 is failed
|
||||
- dump_db2_without_t1_gz is failed
|
||||
|
||||
- name: Check dumps errors | Cleanup
|
||||
community.mysql.mysql_db:
|
||||
name:
|
||||
- "db1"
|
||||
- "db2"
|
||||
state: absent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue