Merge "Allow customization of more openshift-ansible vars"
This commit is contained in:
commit
fdba8a89e3
@ -285,7 +285,7 @@ outputs:
|
||||
|
||||
- name: combine cluster setting
|
||||
set_fact:
|
||||
openshift_global_vars: "{{ openshift_global_vars | combine(openshift_master_cluster_vars) }}"
|
||||
openshift_global_vars: "{{ openshift_master_cluster_vars | combine(openshift_global_vars) }}"
|
||||
when: 'tripleo_node_group_name != "node-config-all-in-one"'
|
||||
|
||||
- name: generate openshift global vars
|
||||
|
Loading…
Reference in New Issue
Block a user