Skip to content

Commit 3d5a238

Browse files
committed
Disable super slow checksum for Windows ISO (we don't care about it anyway)
1 parent c4db3ef commit 3d5a238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/create-vm/tasks/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- name: Find Windows ISO
77
ansible.builtin.stat:
88
path: "{{ install_iso_windows }}"
9+
get_checksum: false
910
register: install_iso_windows_stat
1011
- name: Verify that Windows ISO exists
1112
ansible.builtin.fail:

0 commit comments

Comments
 (0)