From ea7883ef7eaa537e69268c80b4cda2fc97f3eed0 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 7 May 2018 15:16:23 -0400 Subject: [PATCH] Broken link to MSDN (#39814) Fix broken link to MSDN site for FileSystemRights enumeration +label: docsite_pr --- lib/ansible/modules/windows/win_acl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_acl.py b/lib/ansible/modules/windows/win_acl.py index c0655b054f1..9318ff11579 100644 --- a/lib/ansible/modules/windows/win_acl.py +++ b/lib/ansible/modules/windows/win_acl.py @@ -45,7 +45,7 @@ options: - The rights/permissions that are to be allowed/denied for the specified user or group for the item at C(path). - If C(path) is a file or directory, rights can be any right under MSDN - FileSystemRights U(https://msdn.microsoft.com/en-us/library/system.security.accesscontrol.filesystemrights=.aspx). + 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). required: yes