You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/create-vm/tasks/main.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
register: install_iso_windows_stat
11
11
- name: Complain about missing Windows ISO
12
12
ansible.builtin.fail:
13
-
msg: "Windows ISO could not be found, please download it from https://info.microsoft.com/ww-landing-windows-server-2022.html and put it at {{ install_iso_windows }} (or modify install_iso_windows to point at the correct path)"
13
+
msg: "Windows ISO could not be found, please download it from https://www.microsoft.com/en-us/evalcenter/download-windows-server-2022 and put it at {{ install_iso_windows }} (or modify install_iso_windows to point at the correct path)"
0 commit comments