|
@@ -30,7 +30,7 @@
|
|
|
# masters, or absent if such is the case.
|
|
|
- name: Detect if this host is a new master in a scale up
|
|
|
set_fact:
|
|
|
- g_openshift_master_is_scaleup: "{{ openshift.common.hostname in ( groups['new_masters'] | default([]) ) }}"
|
|
|
+ g_openshift_master_is_scaleup: "{{ inventory_hostname in ( groups['new_masters'] | default([]) ) }}"
|
|
|
|
|
|
- name: Scaleup Detection
|
|
|
debug:
|