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
@@ -8,7 +8,7 @@
8
8
path: "{{ install_iso_windows }}"
9
9
get_checksum: false
10
10
register: install_iso_windows_stat
11
-
- name: Verify that Windows ISO exists
11
+
- name: Complain about missing Windows ISO
12
12
ansible.builtin.fail:
13
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)"
0 commit comments