From a539bf9229df4d83b3d0b93a3937fd5a2a1232ab Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 3 May 2023 18:17:00 +1000 Subject: [PATCH] make transtats openshift use os_control not os_master Signed-off-by: Ryan Lerch --- playbooks/openshift-apps/transtats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/transtats.yml b/playbooks/openshift-apps/transtats.yml index 6191e49b56..32daf1c025 100644 --- a/playbooks/openshift-apps/transtats.yml +++ b/playbooks/openshift-apps/transtats.yml @@ -1,5 +1,5 @@ - name: make the app be real - hosts: os_master[0]:os_control_stg[0] + hosts: os_control[0]:os_control_stg[0] user: root gather_facts: False