Add cleanup to prevent the following tests from failing

This commit is contained in:
Laurent Indermuehle 2022-06-21 16:36:58 +02:00
commit bb11029070
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

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