From 3b0807ad7b283c46c21862eb826dcbb4ad04e5e2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Apr 2024 07:52:27 +0200 Subject: Merging upstream version 9.4.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/community/sap/meta/runtime.yml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'ansible_collections/community/sap/meta') diff --git a/ansible_collections/community/sap/meta/runtime.yml b/ansible_collections/community/sap/meta/runtime.yml index 2ee3c9fa9..15cbcba59 100644 --- a/ansible_collections/community/sap/meta/runtime.yml +++ b/ansible_collections/community/sap/meta/runtime.yml @@ -1,2 +1,33 @@ --- requires_ansible: '>=2.9.10' + +plugin_routing: + modules: + community.sap.hana_query: + redirect: community.sap_libs.sap_hdbsql + deprecation: + warning_text: Use community.sap_libs.sap_hdbsql instead. + community.sap.sap_company: + redirect: community.sap_libs.sap_company + deprecation: + warning_text: Use community.sap_libs.sap_company instead. + community.sap.sap_snote: + redirect: community.sap_libs.sap_snote + deprecation: + warning_text: Use community.sap_libs.sap_snote instead. + community.sap.sap_snote: + redirect: community.sap_libs.sap_system_facts + deprecation: + warning_text: Use community.sap_libs.sap_system_facts instead. + community.sap.sap_user: + redirect: community.sap_libs.sap_user + deprecation: + warning_text: Use community.sap_libs.sap_user instead. + community.sap.sap_task_list_execute: + redirect: community.sap_libs.sap_task_list_execute + deprecation: + warning_text: Use community.sap_libs.sap_task_list_execute instead. + community.sap.sapcar_extract: + redirect: community.sap_libs.sapcar_extract + deprecation: + warning_text: Use community.sap_libs.sapcar_extract instead. -- cgit v1.2.3