Add schema and tables for the tests

This commit is contained in:
Laurent Indermuehle 2022-06-17 17:54:25 +02:00
commit f720be4c42
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
2 changed files with 31 additions and 0 deletions

View file

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