Skip to content

Commit

Permalink
Removed extra space at end of line.
Browse files Browse the repository at this point in the history
  • Loading branch information
arjuhe authored and nocturnalastro committed Oct 3, 2023
1 parent 92864fc commit 84d2c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/populate_mirror_registry/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ local_registry: "{{ registry_fqdn }}:{{ registry_port }}"
registry_port: 5000
ocp_registry_namespace: "{{ hostvars['registry_host']['registry_namespace'] | default('ocp4') }}"
ocp_registry_image: "{{ hostvars['registry_host']['registry_image'] | default('openshift4') }}"
registry_repository: "{{ ocp_registry_namespace }}/{{ ocp_registry_image }} "
registry_repository: "{{ ocp_registry_namespace }}/{{ ocp_registry_image }}"

installer_agent_image:
remote: "quay.io/edge-infrastructure/assisted-installer-agent@{{ image_hashes.installer_agent }}"
Expand Down

0 comments on commit 84d2c31

Please sign in to comment.