mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-13 03:44:02 -07:00
windows: Various small documentation fixes (#23138)
This commit is contained in:
parent
5ab97b30cd
commit
b58cf0d23a
6 changed files with 20 additions and 19 deletions
|
@ -33,11 +33,11 @@ version_added: "2.0"
|
|||
short_description: Installs packages using Web Platform Installer command-line
|
||||
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).
|
||||
- Must be installed and present in PATH (see win_chocolatey module; 'webpicmd' is the package name, and you must install 'lessmsi' first too)
|
||||
- Install IIS first (see win_feature module)
|
||||
(U(http://www.iis.net/learn/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release)).
|
||||
- Must be installed and present in PATH (see M(win_chocolatey) module; 'webpicmd' is the package name, and you must install 'lessmsi' first too)
|
||||
- Install IIS first (see M(win_feature) module)
|
||||
notes:
|
||||
- accepts EULAs and suppresses reboot - you will need to check manage reboots yourself (see win_reboot module)
|
||||
- accepts EULAs and suppresses reboot - you will need to check manage reboots yourself (see M(win_reboot) module)
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue