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

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>
Vadim Rutkovsky преди 7 години
родител
ревизия
3c492a2340
променени са 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 }}"