Merge pull request #7868 from simono/patch-1
win_feature: Fix Description.
This commit is contained in:
commit
cc9658463b
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: Fetches a file from a given URL
|
short_description: Installs and uninstalls Windows Features
|
||||||
description:
|
description:
|
||||||
- Fetches a file from a URL and saves to locally
|
- Installs or uninstalls Windows Roles or Features
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue