mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-02 23:31:27 -07:00
15 lines
549 B
YAML
15 lines
549 B
YAML
---
|
|
####################################################################
|
|
# WARNING: These are designed specifically for Ansible tests #
|
|
# and should not be used as examples of how to write Ansible roles #
|
|
####################################################################
|
|
|
|
# - import_tasks: setvars.yml
|
|
# - import_tasks: dir.yml
|
|
# - import_tasks: install.yml
|
|
# - import_tasks: config.yml
|
|
# - import_tasks: verify.yml
|
|
|
|
- name: Prepare the controller python and MySQL connector
|
|
ansible.builtin.import_tasks:
|
|
file: prepare_controller.yml
|