Skip to content

Commit c883452

Browse files
committed
Improve error message for missing Windows ISO
1 parent 911cd40 commit c883452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/create-vm/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
path: "{{ install_iso_windows }}"
99
get_checksum: false
1010
register: install_iso_windows_stat
11-
- name: Verify that Windows ISO exists
11+
- name: Complain about missing Windows ISO
1212
ansible.builtin.fail:
1313
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)"
1414
when: not install_iso_windows_stat.stat.exists

0 commit comments

Comments
 (0)