summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/rackspace/rax_mon_entity.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/cloud/rackspace/rax_mon_entity.py')
-rw-r--r--lib/ansible/modules/cloud/rackspace/rax_mon_entity.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ansible/modules/cloud/rackspace/rax_mon_entity.py b/lib/ansible/modules/cloud/rackspace/rax_mon_entity.py
index fae5830965..e067957450 100644
--- a/lib/ansible/modules/cloud/rackspace/rax_mon_entity.py
+++ b/lib/ansible/modules/cloud/rackspace/rax_mon_entity.py
@@ -16,9 +16,10 @@
# This is a DOCUMENTATION stub specific to this module, it extends
# a documentation fragment located in ansible.utils.module_docs_fragments
-ANSIBLE_METADATA = {'status': ['preview'],
- 'supported_by': 'community',
- 'version': '1.0'}
+ANSIBLE_METADATA = {'metadata_version': '1.0',
+ 'status': ['preview'],
+ 'supported_by': 'community'}
+
DOCUMENTATION = '''
---