Skip to content

Commit

Permalink
change known issue message
Browse files Browse the repository at this point in the history
Signed-off-by: Diane Wang <dianew@vmware.com>
  • Loading branch information
Tomorrow9 committed Apr 11, 2023
1 parent b9ced2d commit d4ec4db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions windows/utils/win_enable_vbs_guest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
(guest_os_build_num | int < 22621) or
(guest_os_product_type | lower == 'client' and guest_os_build_num | int >= 22621 and guest_os_edition | lower not in ['enterprise', 'education'])
# Try to enable 'HVCIMATRequired' feature from registry while it does not take effect.
# Refer to 3rd party issue: https://partner.microsoft.com/en-us/dashboard/collaborate/engagements/1759/feedback/wits/Bugs/786316
- name: "Enable HVCIMATRequired"
include_tasks: win_execute_cmd.yml
vars:
Expand Down
2 changes: 1 addition & 1 deletion windows/vbs_enable_disable/vbs_enable_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
- name: "Known issue - NX protections are not present in AvailableSecurityProperties on ESXi 7.0.3"
ansible.builtin.debug:
msg:
- "NX protections are not present in guest OS 'AvailableSecurityProperties' on ESXi 7.0.3, please refer to this KB article: https://kb.vmware.com/s/article/91199."
- "NX protections are not present in guest OS 'AvailableSecurityProperties' issue exists on ESXi 7.0.3 build {{ esxi_build }}, which is fixed in ESXi 7.0U3L patch build 21424296. Please refer to KB article: https://kb.vmware.com/s/article/91199."
tags:
- known_issue
when:
Expand Down

0 comments on commit d4ec4db

Please sign in to comment.