Skip to content

Commit

Permalink
uninstall onedrive for client
Browse files Browse the repository at this point in the history
Signed-off-by: dianew <[email protected]>
  • Loading branch information
Tomorrow9 committed Jan 20, 2022
1 parent 562aad7 commit ad262fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion windows/guest_customization/win_gosc_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
- keep_onedrive is undefined or not keep_onedrive
- guest_os_ansible_distribution_ver is defined
- guest_os_ansible_distribution_ver is version('10.0.22000.0', '>=')

- guest_os_product_type is defined
- guest_os_product_type | lower == 'client'

# Shutdown guest OS before execute guest customization
- include_tasks: ../utils/win_shutdown_restart.yml
vars:
Expand Down

0 comments on commit ad262fd

Please sign in to comment.