more doc fixes
This commit is contained in:
parent
4e5c5fa728
commit
e30d8b84fe
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,6 @@ notes:
|
||||||
- there are in fact two scheduled tasks for ngen but they have no triggers so aren't a problem
|
- there are in fact two scheduled tasks for ngen but they have no triggers so aren't a problem
|
||||||
- there's no way to test if they've been completed (?)
|
- there's no way to test if they've been completed (?)
|
||||||
- the stdout is quite likely to be several megabytes
|
- the stdout is quite likely to be several megabytes
|
||||||
options:
|
|
||||||
author: Peter Mounce
|
author: Peter Mounce
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,8 @@ 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).
|
||||||
- Must be installed and present in PATH (see win_chocolatey module; 'webpicmd' is the package name, and you must install 'lessmsi' first too)
|
- 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)
|
- Install IIS first (see win_feature module)
|
||||||
- Note: accepts EULAs and suppresses reboot - you will need to check manage reboots yourself (see win_reboot module)
|
notes:
|
||||||
|
- accepts EULAs and suppresses reboot - you will need to check manage reboots yourself (see win_reboot module)
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue