Browse Source

Merge pull request #6693 from kwoodson/hosted_var_fix

Fixing openshift_hosted variable.
Scott Dodson 7 năm trước cách đây
mục cha
commit
3041060af0

+ 1 - 1
roles/openshift_hosted/defaults/main.yml

@@ -69,7 +69,7 @@ r_openshift_hosted_router_os_firewall_allow: []
 ############
 ############
 
 
 openshift_hosted_registry_selector: "{{ openshift_registry_selector | default(openshift_hosted_infra_selector) }}"
 openshift_hosted_registry_selector: "{{ openshift_registry_selector | default(openshift_hosted_infra_selector) }}"
-penshift_hosted_registry_registryurl: "{{ openshift_hosted_images_dict[openshift_deployment_type] }}"
+openshift_hosted_registry_registryurl: "{{ openshift_hosted_images_dict[openshift_deployment_type] }}"
 openshift_hosted_registry_routecertificates: {}
 openshift_hosted_registry_routecertificates: {}
 openshift_hosted_registry_routetermination: "passthrough"
 openshift_hosted_registry_routetermination: "passthrough"