Skip to content

Commit

Permalink
Use externally provided variable for log host
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeaydem committed Oct 7, 2021
1 parent c508098 commit b21dbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy_cluster_ipi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
msg: |
You can watch the OpenShift installation logs by opening the following URL:
http://{{ groups['target'][0] }}:9001
http://{{ aio_host_ip_address }}:9001
debug:
msg: "{{ msg.split('\n') }}"

Expand Down

0 comments on commit b21dbaa

Please sign in to comment.