community.mysql/tests/integration/targets/setup_mysql/tasks/main.yml
2022-12-09 15:33:33 +01:00

27 lines
725 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: prepare_controller.yml
tags:
- setup_mysql
# - import_tasks: setvars.yml
# tags:
# - setup_mysql
# - import_tasks: dir.yml
# tags:
# - setup_mysql
# - import_tasks: install.yml
# tags:
# - setup_mysql
# - import_tasks: config.yml
# tags:
# - setup_mysql
# - import_tasks: verify.yml
# tags:
# - setup_mysql