diff options
| author | Brian Coca <brian.coca+git@gmail.com> | 2015-07-28 14:25:59 -0400 |
|---|---|---|
| committer | Brian Coca <brian.coca+git@gmail.com> | 2015-07-28 14:27:21 -0400 |
| commit | e30d8b84fe7ff3be427a46ff67629cce55252594 (patch) | |
| tree | 6d466a8dd541c9a099301c468a78bab4c6ea815c | |
| parent | 4e5c5fa728735874bc86f7455c011104a26a2f6e (diff) | |
| download | ansible-modules-extras-e30d8b84fe7ff3be427a46ff67629cce55252594.tar.gz | |
more doc fixes
| -rw-r--r-- | windows/win_dotnet_ngen.py | 1 | ||||
| -rw-r--r-- | windows/win_webpicmd.py | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/windows/win_dotnet_ngen.py b/windows/win_dotnet_ngen.py index 90f464a1..75ce9cc1 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 dc26e88b..215123ce 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: |
