From eb5147e57b5994b701c1284ce59699b71d763b42 Mon Sep 17 00:00:00 2001 From: David Soper Date: Thu, 21 May 2020 14:28:22 -0500 Subject: [PATCH] intersight_info and intersight_facts routed to cisco.intersight (#69648) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “dsoper2” <“dsoper@cisco.com”> --- lib/ansible/config/routing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/config/routing.yml b/lib/ansible/config/routing.yml index ecedec8b9eb..cf8f2e49d1f 100644 --- a/lib/ansible/config/routing.yml +++ b/lib/ansible/config/routing.yml @@ -2790,8 +2790,6 @@ plugin_routing: redirect: community.general.hponcfg imc_rest: redirect: community.general.imc_rest - intersight_info: - redirect: community.general.intersight_info ipmi_boot: redirect: community.general.ipmi_boot ipmi_power: @@ -5631,7 +5629,9 @@ plugin_routing: asa_command: redirect: cisco.asa.asa_command intersight_facts: - redirect: cisco.intersight.intersight_facts + redirect: cisco.intersight.intersight_info + intersight_info: + redirect: community.general.intersight_info intersight_rest_api: redirect: cisco.intersight.intersight_rest_api ios_l3_interfaces: