community.mysql/tests/integration/targets/setup_controller/tasks/main.yml
Laurent Indermuehle 98ce2af28c
Refactor way tests info are passed from sed to file with lookup
The idea is to avoid modifying test targets from the workflow to prevent
ansible-test to think every tests needs to be run.
2023-01-05 19:04:51 +01:00

17 lines
559 B
YAML

---
####################################################################
# WARNING: These are designed specifically for Ansible tests #
# and should not be used as examples of how to write Ansible roles #
####################################################################
- name: Prepare the controller python and MySQL connector
ansible.builtin.import_tasks:
file: install.yml
- name: Set variables
ansible.builtin.import_tasks:
file: setvars.yml
- name: Install MySQL connector
ansible.builtin.import_tasks:
file: connector.yml