Skip to content
Snippets Groups Projects
Commit 272b7c45 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix deploy-containers command for mariadb"

parents 44a302d7 a6372a66
No related branches found
No related tags found
No related merge requests found
--- ---
- set_fact: - name: Set a fact about the master host
set_fact:
master_host: "{{ groups['mariadb'][0] }}" master_host: "{{ groups['mariadb'][0] }}"
- include_tasks: lookup_cluster.yml - include_tasks: lookup_cluster.yml
......
--- ---
- name: Set a fact about the master host
set_fact:
master_host: "{{ groups['mariadb'][0] }}"
- import_tasks: check-containers.yml - import_tasks: check-containers.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment