mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-30 08:31:29 -07:00
Add default file for root necessary since using venv instead of docker
This commit is contained in:
parent
d781636f32
commit
8c5806848f
7 changed files with 48 additions and 12 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
# - import_tasks: setvars.yml
|
||||
# - import_tasks: dir.yml
|
||||
- import_tasks: install.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue