mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 08:21:46 -07:00
Add schema and tables for the tests
This commit is contained in:
parent
0df46e0e67
commit
f720be4c42
2 changed files with 31 additions and 0 deletions
|
@ -63,3 +63,6 @@
|
|||
vars:
|
||||
db_name: "{{ item }}"
|
||||
loop: "{{ db_names }}"
|
||||
|
||||
- name: Check errors from mysqldump are seen issue 256
|
||||
ansible.builtin.include_tasks: issue_256_mysqldump_errors.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue