mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
win_feature_docs_update (#4421)
This commit is contained in:
parent
6647e8c271
commit
0da88d4744
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: win_feature
|
module: win_feature
|
||||||
version_added: "1.7"
|
version_added: "1.7"
|
||||||
short_description: Installs and uninstalls Windows Features
|
short_description: Installs and uninstalls Windows Features on Windows Server
|
||||||
description:
|
description:
|
||||||
- Installs or uninstalls Windows Roles or Features
|
- Installs or uninstalls Windows Roles or Features on Windows Server. This module uses the Add/Remove-WindowsFeature Cmdlets, which is not available on client os machines.
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue