From 3c492a23403ea2648b084044cfd0464aeb31991a Mon Sep 17 00:00:00 2001
From: Vadim Rutkovsky <vrutkovs@redhat.com>
Date: Fri, 5 Jan 2018 22:42:09 +0100
Subject: upgrades: set openshift_client_binary fact when running on
 oo_first_master host

This sets openshift_client_binary var for the first master,
as some roles use this var along with first_master_client_binary.

Not sure if its worth setting this var for the faulty roles instead though.

Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
---
 playbooks/init/facts.yml | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'playbooks/init')

diff --git a/playbooks/init/facts.yml b/playbooks/init/facts.yml
index 6759240c9..094db845d 100644
--- a/playbooks/init/facts.yml
+++ b/playbooks/init/facts.yml
@@ -100,3 +100,5 @@
       # We need to setup openshift_client_binary here for special uses of delegate_to in
       # later roles and plays.
       first_master_client_binary: "{{  openshift_client_binary }}"
+      #Some roles may require this to be set for first master
+      openshift_client_binary: "{{ openshift_client_binary }}"
-- 
cgit v1.2.3