summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/lenovo/cnos_template.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/network/lenovo/cnos_template.py')
-rw-r--r--lib/ansible/modules/network/lenovo/cnos_template.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ansible/modules/network/lenovo/cnos_template.py b/lib/ansible/modules/network/lenovo/cnos_template.py
index 212ad1a04e..5132e182e9 100644
--- a/lib/ansible/modules/network/lenovo/cnos_template.py
+++ b/lib/ansible/modules/network/lenovo/cnos_template.py
@@ -22,9 +22,10 @@
# Lenovo Networking
#
-ANSIBLE_METADATA = {'status': ['preview'],
- 'supported_by': 'community',
- 'version': '1.0'}
+ANSIBLE_METADATA = {'metadata_version': '1.0',
+ 'status': ['preview'],
+ 'supported_by': 'community'}
+
DOCUMENTATION = '''
---