summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathaniel Case <ncase@redhat.com>2019-10-03 08:58:05 -0400
committerGitHub <noreply@github.com>2019-10-03 08:58:05 -0400
commit7ae46329f2aa9122b8b1c6eb3588f5d5828041c3 (patch)
treed21359230f987264376c441daa01c80d2347bd30
parentad5200a7c03cf935475f307facd028cfed239650 (diff)
downloadansible-7ae46329f2aa9122b8b1c6eb3588f5d5828041c3.tar.gz
This should never have been "support:network" (#63068)
-rw-r--r--lib/ansible/modules/network/nxos/nxos_ping.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/network/nxos/nxos_ping.py b/lib/ansible/modules/network/nxos/nxos_ping.py
index d0f19acd2c..7091b7a9f1 100644
--- a/lib/ansible/modules/network/nxos/nxos_ping.py
+++ b/lib/ansible/modules/network/nxos/nxos_ping.py
@@ -18,7 +18,7 @@
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
- 'supported_by': 'network'}
+ 'supported_by': 'community'}
DOCUMENTATION = '''