mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 20:54:25 -07:00
21 lines
545 B
YAML
21 lines
545 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
|
|
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
|