mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 02:00:31 -07:00
11 lines
415 B
YAML
11 lines
415 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
|