File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9797
9898 - name : Merge standalone from remote clouds.yaml into local clouds.yaml entry {{ local_cloudname }}
9999 ansible.builtin.set_fact :
100- cloudsyaml : " {{ cloudsyaml | combine({'clouds': {local_cloudname: standalone}}, recursive=true) }}"
100+ cloudsyaml : " {{ cloudsyaml | combine({'clouds': {local_cloudname + '-admin' : standalone}}, recursive=true) }}"
101101 vars :
102102 standalone : " {{ hostvars['standalone']['cloudsyaml']['clouds']['standalone'] | combine(set_cacert) }}"
103103 when : " 'standalone' in hostvars['standalone']['cloudsyaml']['clouds']"
104104
105105 - name : Merge openshift from remote clouds.yaml into local clouds.yaml entry {{ local_cloudname }}
106106 ansible.builtin.set_fact :
107- cloudsyaml : " {{ cloudsyaml | combine({'clouds': {local_cloudname + '_openshift' : openshift}}, set_cacert, recursive=true) }}"
107+ cloudsyaml : " {{ cloudsyaml | combine({'clouds': {local_cloudname: openshift}}, set_cacert, recursive=true) }}"
108108 vars :
109109 openshift : " {{ hostvars['standalone']['cloudsyaml']['clouds']['openshift'] | combine(set_cacert) }}"
110110 when : " 'openshift' in hostvars['standalone']['cloudsyaml']['clouds']"
You can’t perform that action at this time.
0 commit comments