Refactor setup_mysql into setup_controller

This commit is contained in:
Laurent Indermuehle 2023-01-04 17:29:06 +01:00
commit 7049a280cb
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
15 changed files with 16 additions and 56 deletions

View file

@ -0,0 +1,13 @@
---
####################################################################
# 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: install.yml
- name: Set variables
ansible.builtin.import_tasks:
file: setvars.yml