Преглед на файлове

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 години
родител
ревизия
0e38305063
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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 }}"