From 490c8fa0ca13029f40c8f9a51dc2a41a0fa914a1 Mon Sep 17 00:00:00 2001 From: Peter Mounce Date: Sat, 2 May 2015 13:33:38 +0100 Subject: [PATCH] Add documentation note --- lib/ansible/modules/extras/windows/win_dotnet_ngen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/windows/win_dotnet_ngen.py b/lib/ansible/modules/extras/windows/win_dotnet_ngen.py index d3dc4622e7c..c6c1c6de069 100644 --- a/lib/ansible/modules/extras/windows/win_dotnet_ngen.py +++ b/lib/ansible/modules/extras/windows/win_dotnet_ngen.py @@ -33,6 +33,7 @@ description: - http://blogs.msdn.com/b/dotnet/archive/2013/08/06/wondering-why-mscorsvw-exe-has-high-cpu-usage-you-can-speed-it-up.aspx - Note: there are in fact two scheduled tasks for ngen but they have no triggers so aren't a problem - Note: there's no way to test if they've been completed (?) + - Note: the stdout is quite likely to be several megabytes options: author: Peter Mounce '''