From 08d9a5932f8f32d676316efb6624406ae4ca05d4 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Wed, 15 Mar 2017 17:28:52 +0000 Subject: [PATCH] metadata_version --- lib/ansible/modules/network/nxos/_nxos_mtu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nxos/_nxos_mtu.py b/lib/ansible/modules/network/nxos/_nxos_mtu.py index 78a4761074..71e4972391 100644 --- a/lib/ansible/modules/network/nxos/_nxos_mtu.py +++ b/lib/ansible/modules/network/nxos/_nxos_mtu.py @@ -18,7 +18,7 @@ ANSIBLE_METADATA = {'status': ['deprecated'], 'supported_by': 'community', - 'version': '1.0'} + 'metadata_version': '1.0'} DOCUMENTATION = ''' ---