version -> 2, remove unnecessary doc attributes
This commit is contained in:
parent
dc347b0683
commit
8454997cd9
1 changed files with 1 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: win_webpicmd
|
module: win_webpicmd
|
||||||
version_added: "1.9"
|
version_added: "2.0"
|
||||||
short_description: Installs packages using Web Platform Installer command-line
|
short_description: Installs packages using Web Platform Installer command-line
|
||||||
description:
|
description:
|
||||||
- Installs packages using Web Platform Installer command-line (http://www.iis.net/learn/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release).
|
- Installs packages using Web Platform Installer command-line (http://www.iis.net/learn/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release).
|
||||||
|
@ -36,8 +36,6 @@ options:
|
||||||
description:
|
description:
|
||||||
- Name of the package to be installed
|
- Name of the package to be installed
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
aliases: []
|
|
||||||
author: Peter Mounce
|
author: Peter Mounce
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue