Skip to content

Commit

Permalink
Updated module as it was error-prone
Browse files Browse the repository at this point in the history
Signed-off-by: fortinm <[email protected]>
  • Loading branch information
mfortin committed Jun 9, 2024
1 parent 10ebabc commit 1be0478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/cat1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -548,10 +548,10 @@
- V-254492

- name: "HIGH | WN22-UR-000060 | PATCH | Windows Server 2022 Create a token object user right must not be assigned to any groups or accounts."
community.windows.win_security_policy:
section: Privilege Rights
key: SeCreateTokenPrivilege
value: ""
ansible.windows.win_user_right:
name: SeCreateTokenPrivilege
users: []
action: set
when:
- wn22_ur_000060
tags:
Expand Down

0 comments on commit 1be0478

Please sign in to comment.