From ac7edef2be84d4d22081d33393f584fa89fdda4f Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 9 Dec 2016 15:48:49 -0700 Subject: [PATCH] Fix modules with documentation errors. --- lib/ansible/modules/cloud/misc/xenserver_facts.py | 1 + lib/ansible/modules/windows/win_dotnet_ngen.py | 1 + test/sanity/ansible-doc/skip.txt | 2 -- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/misc/xenserver_facts.py b/lib/ansible/modules/cloud/misc/xenserver_facts.py index d908e5a3fd..afb559444c 100644 --- a/lib/ansible/modules/cloud/misc/xenserver_facts.py +++ b/lib/ansible/modules/cloud/misc/xenserver_facts.py @@ -29,6 +29,7 @@ description: author: - Andy Hill (@andyhky) - Tim Rupp +options: {} ''' import platform diff --git a/lib/ansible/modules/windows/win_dotnet_ngen.py b/lib/ansible/modules/windows/win_dotnet_ngen.py index 9fb7e44e01..d902aafc51 100644 --- a/lib/ansible/modules/windows/win_dotnet_ngen.py +++ b/lib/ansible/modules/windows/win_dotnet_ngen.py @@ -40,6 +40,7 @@ notes: - there's no way to test if they've been completed (?) - the stdout is quite likely to be several megabytes author: Peter Mounce +options: {} ''' EXAMPLES = ''' diff --git a/test/sanity/ansible-doc/skip.txt b/test/sanity/ansible-doc/skip.txt index 8832398eea..aa47f27dfd 100644 --- a/test/sanity/ansible-doc/skip.txt +++ b/test/sanity/ansible-doc/skip.txt @@ -1,4 +1,2 @@ async_wrapper fireball -win_dotnet_ngen -xenserver_facts