conductor-setup/roles/mysql/tasks/main.yaml

6 lines
170 B
YAML
Raw Normal View History

---
- name: "Generate mysql swarm, image used: {{ mysql_image_name }}"
template:
src: templates/mysql-swarm.yaml.j2
dest: "{{ target_path }}/mysql-swarm.yaml"