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