Skip to content

Commit

Permalink
fix escape character
Browse files Browse the repository at this point in the history
Signed-off-by: Diane Wang <dianew@vmware.com>
  • Loading branch information
Tomorrow9 committed Nov 23, 2023
1 parent b9f15d4 commit ff4f174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

- name: "Set fact of expected usernames of VMware Tools processes"
ansible.builtin.set_fact:
win_vmtoolsd_username_list: ["NT AUTHORITY\SYSTEM", "{{ guest_os_hostname }}\\{{ vm_username }}"]
win_vmtoolsd_username_list: ["NT AUTHORITY\\SYSTEM", "{{ guest_os_hostname }}\\{{ vm_username }}"]
- name: "Get usernames of VMware Tools processes in guest OS"
include_tasks: ../utils/win_execute_cmd.yml
vars:
Expand Down

0 comments on commit ff4f174

Please sign in to comment.