mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
fix tests teardown error if db delete before users
This commit is contained in:
parent
008f92230b
commit
213d6b8a5a
1 changed files with 5 additions and 0 deletions
|
@ -190,6 +190,11 @@
|
|||
- users_privs_proc
|
||||
- users_privs_usage_only
|
||||
|
||||
- name: Mysql_info users_privs | Cleanup databases
|
||||
community.mysql.mysql_db:
|
||||
name: users_privs_db
|
||||
state: absent
|
||||
|
||||
- name: Mysql_info users_privs | Cleanup sql file for the procedure
|
||||
ansible.builtin.file:
|
||||
path: /root/create_procedure.sql
|
||||
|
|
Loading…
Add table
Reference in a new issue