Browse Source

Merge pull request #6634 from vrutkovs/openshift_binary_for_upgrades

upgrades: set openshift_client_binary fact when running on oo_first_master host
Scott Dodson 7 years ago
parent
commit
0e38305063
1 changed files with 2 additions and 0 deletions
  1. 2 0
      playbooks/init/facts.yml

+ 2 - 0
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 }}"