diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2017-08-15 21:10:36 -0700 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2017-08-15 23:12:08 -0700 |
commit | d8b1cb9a634d0e828a7be39d4019a6215410e643 (patch) | |
tree | cb08305f51772e231120f654609a9769fecc93f6 /lib/ansible/modules/network/nxos/nxos_interface.py | |
parent | f203ca7907bd3fc0e1882ab65960e6720907fe0f (diff) | |
download | ansible-d8b1cb9a634d0e828a7be39d4019a6215410e643.tar.gz |
Assign network modules maintained by the network team the network metadata
Diffstat (limited to 'lib/ansible/modules/network/nxos/nxos_interface.py')
-rw-r--r-- | lib/ansible/modules/network/nxos/nxos_interface.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ''' |