From d8b1cb9a634d0e828a7be39d4019a6215410e643 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 15 Aug 2017 21:10:36 -0700 Subject: Assign network modules maintained by the network team the network metadata --- lib/ansible/modules/network/nxos/nxos_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ansible/modules/network/nxos/nxos_interface.py') diff --git a/lib/ansible/modules/network/nxos/nxos_interface.py b/lib/ansible/modules/network/nxos/nxos_interface.py index 0ef5bd9f20..07e5d03a21 100644 --- a/lib/ansible/modules/network/nxos/nxos_interface.py +++ b/lib/ansible/modules/network/nxos/nxos_interface.py @@ -18,7 +18,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], - 'supported_by': 'community'} + 'supported_by': 'network'} DOCUMENTATION = ''' -- cgit v1.2.1