fix tests teardown error if db delete before users

This commit is contained in:
Laurent Indermuehle 2023-09-21 14:04:18 +02:00
parent 008f92230b
commit 213d6b8a5a
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

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