From e3619522aa8901cf022748ee45c51ea01a26f040 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Fri, 20 Sep 2019 16:32:27 +0800 Subject: [PATCH] mts: add os_masters to hosts in order to run playbook on prod Signed-off-by: Chenxiong Qi --- playbooks/openshift-apps/message-tagging-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/message-tagging-service.yml b/playbooks/openshift-apps/message-tagging-service.yml index be91119d42..4740ec36cd 100644 --- a/playbooks/openshift-apps/message-tagging-service.yml +++ b/playbooks/openshift-apps/message-tagging-service.yml @@ -1,7 +1,7 @@ # vim: ts=2 sw=2 autoindent - name: provision message-tagging-service - hosts: os_masters_stg[0] + hosts: os_masters[0]:os_masters_stg[0] user: root gather_facts: False