Merge "Fix deploy-containers command for mariadb"

This commit is contained in:
Zuul 2019-11-04 09:43:45 +00:00 committed by Gerrit Code Review
commit 272b7c45aa
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,6 @@
---
- set_fact:
- name: Set a fact about the master host
set_fact:
master_host: "{{ groups['mariadb'][0] }}"
- include_tasks: lookup_cluster.yml

View File

@ -1,2 +1,6 @@
---
- name: Set a fact about the master host
set_fact:
master_host: "{{ groups['mariadb'][0] }}"
- import_tasks: check-containers.yml