mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
Added support for IIS AppPool identities (#2675)
This commit is contained in:
parent
6036bb69d9
commit
cc42d7f38c
2 changed files with 31 additions and 9 deletions
|
@ -29,7 +29,7 @@ module: win_acl
|
|||
version_added: "2.0"
|
||||
short_description: Set file/directory permissions for a system user or group.
|
||||
description:
|
||||
- Add or remove rights/permissions for a given user or group for the specified src file or folder.
|
||||
- Add or remove rights/permissions for a given user or group for the specified src file or folder. If adding ACL's for AppPool identities, the Windows "Feature Web-Scripting-Tools" must be enabled
|
||||
options:
|
||||
path:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue