version -> 2, remove unnecessary doc attributes

This commit is contained in:
Peter Mounce 2015-05-06 21:50:11 +01:00
parent dc347b0683
commit 8454997cd9

View file

@ -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
''' '''