diff --git a/windows/win_dotnet_ngen.py b/windows/win_dotnet_ngen.py index 90f464a1b0b..75ce9cc138b 100644 --- a/windows/win_dotnet_ngen.py +++ b/windows/win_dotnet_ngen.py @@ -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's no way to test if they've been completed (?) - the stdout is quite likely to be several megabytes -options: author: Peter Mounce ''' diff --git a/windows/win_webpicmd.py b/windows/win_webpicmd.py index dc26e88bfba..215123cef8c 100644 --- a/windows/win_webpicmd.py +++ b/windows/win_webpicmd.py @@ -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). - 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) - - 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: name: description: