Merge branch 'main' into lie_tests_using_containers

This commit is contained in:
Laurent Indermühle 2022-12-09 15:33:33 +01:00 committed by GitHub
commit 574fef5e50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 73 additions and 16 deletions

View file

@ -4,3 +4,5 @@
src: installed_file.j2
dest: "{{ dbdeployer_installed_file }}"
listen: create zookeeper installed file
tags:
- setup_mysql

View file

@ -4,12 +4,24 @@
# 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
tags:
- setup_mysql
# - 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