summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/windows/win_dotnet_ngen.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/windows/win_dotnet_ngen.py')
-rw-r--r--lib/ansible/modules/windows/win_dotnet_ngen.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ansible/modules/windows/win_dotnet_ngen.py b/lib/ansible/modules/windows/win_dotnet_ngen.py
index 4d99f9f4e0..18201c61b9 100644
--- a/lib/ansible/modules/windows/win_dotnet_ngen.py
+++ b/lib/ansible/modules/windows/win_dotnet_ngen.py
@@ -21,9 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
-ANSIBLE_METADATA = {'status': ['preview'],
- 'supported_by': 'community',
- 'version': '1.0'}
+ANSIBLE_METADATA = {'metadata_version': '1.0',
+ 'status': ['preview'],
+ 'supported_by': 'community'}
+
DOCUMENTATION = r'''
---