Skip to content

Commit cc699aa

Browse files
committed
fix task file path
Signed-off-by: dw035535 <[email protected]>
1 parent 9ffab6b commit cc699aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/guest_customization/win_gosc_verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- name: "Check timezone configured"
2929
include_tasks: check_timezone.yml
3030
- name: "Check Windows readiness"
31-
include_tasks: win_check_os_readiness.yml
31+
include_tasks: ../utils/win_check_os_readiness.yml
3232
- name: "Get 'explorer.exe' process status"
3333
include_tasks: ../utils/win_get_explorer_process.yml
3434
- name: "Check 'explorer.exe' process status"

0 commit comments

Comments
 (0)