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