summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/iosxr/iosxr_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/network/iosxr/iosxr_command.py')
-rw-r--r--lib/ansible/modules/network/iosxr/iosxr_command.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ansible/modules/network/iosxr/iosxr_command.py b/lib/ansible/modules/network/iosxr/iosxr_command.py
index d1bb0fe179..08a2272562 100644
--- a/lib/ansible/modules/network/iosxr/iosxr_command.py
+++ b/lib/ansible/modules/network/iosxr/iosxr_command.py
@@ -16,9 +16,10 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
-ANSIBLE_METADATA = {'status': ['preview'],
- 'supported_by': 'core',
- 'version': '1.0'}
+ANSIBLE_METADATA = {'metadata_version': '1.0',
+ 'status': ['preview'],
+ 'supported_by': 'core'}
+
DOCUMENTATION = """
---