Merge "Fix deploy-containers command for mariadb"
This commit is contained in:
commit
272b7c45aa
@ -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
|
||||
|
@ -1,2 +1,6 @@
|
||||
---
|
||||
- name: Set a fact about the master host
|
||||
set_fact:
|
||||
master_host: "{{ groups['mariadb'][0] }}"
|
||||
|
||||
- import_tasks: check-containers.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user