From a90d11176e89b7a409b220a339d0e062277d0cee Mon Sep 17 00:00:00 2001 From: Yanan Shen Date: Tue, 28 May 2024 17:24:11 +0800 Subject: [PATCH 1/2] fix undefiend error Signed-off-by: Yanan Shen --- windows/windows_update_install/prepare_msu_file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/windows_update_install/prepare_msu_file.yml b/windows/windows_update_install/prepare_msu_file.yml index 96bc72517..cbcfed9c9 100644 --- a/windows/windows_update_install/prepare_msu_file.yml +++ b/windows/windows_update_install/prepare_msu_file.yml @@ -83,7 +83,7 @@ fail_msg: >- The .msu file of type {{ msu_file_type }} is essential. But it's not found in shared folder: {{ windows_nfs_msu_path }}. success_msg: >- - The .msu file of type {{ msu_file_type }} is found in shared folder: {{ msu_nfs_path_list[0] }} + The .msu file of type {{ msu_file_type }} is found in shared folder. when: msu_file_type == "LCU" - name: "Check if the .msu file is copied to guest OS folder {{ msu_dest_dir }}" From 389fffbdf2492b3d10ec745f4cdd6c1fa529295c Mon Sep 17 00:00:00 2001 From: Yanan Shen Date: Wed, 29 May 2024 10:27:32 +0800 Subject: [PATCH 2/2] address comments: Signed-off-by: Yanan Shen --- windows/windows_update_install/prepare_msu_file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/windows_update_install/prepare_msu_file.yml b/windows/windows_update_install/prepare_msu_file.yml index cbcfed9c9..36e7cf307 100644 --- a/windows/windows_update_install/prepare_msu_file.yml +++ b/windows/windows_update_install/prepare_msu_file.yml @@ -83,7 +83,7 @@ fail_msg: >- The .msu file of type {{ msu_file_type }} is essential. But it's not found in shared folder: {{ windows_nfs_msu_path }}. success_msg: >- - The .msu file of type {{ msu_file_type }} is found in shared folder. + The .msu file of type {{ msu_file_type }} is found in shared folder: {{ msu_nfs_path_list }} when: msu_file_type == "LCU" - name: "Check if the .msu file is copied to guest OS folder {{ msu_dest_dir }}"