Skip to content

Commit

Permalink
win_acl/Certificates: Fix nexr version number in win_acl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jpitlor committed Sep 6, 2023
1 parent 378f2df commit 5f01ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/win_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
FileSystemRights U(https://msdn.microsoft.com/en-us/library/system.security.accesscontrol.filesystemrights.aspx).
- If C(path) is a registry key, rights can be any right under MSDN
RegistryRights U(https://msdn.microsoft.com/en-us/library/system.security.accesscontrol.registryrights.aspx).
- If I(path) is a certificate key, rights can be C(Read) and/or C(FullControl). (Added in 1.15.0)
- If I(path) is a certificate key, rights can be C(Read) and/or C(FullControl). (Added in 2.2.0)
type: str
required: yes
inherit:
Expand Down

0 comments on commit 5f01ca9

Please sign in to comment.