From 7ae46329f2aa9122b8b1c6eb3588f5d5828041c3 Mon Sep 17 00:00:00 2001 From: Nathaniel Case Date: Thu, 3 Oct 2019 08:58:05 -0400 Subject: [PATCH] This should never have been "support:network" (#63068) --- lib/ansible/modules/network/nxos/nxos_ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nxos/nxos_ping.py b/lib/ansible/modules/network/nxos/nxos_ping.py index d0f19acd2c1..7091b7a9f1f 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 = '''