From 66cec45960ce1d9c794e9399de15c138acb18aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 18:03:42 +0200 Subject: Adding upstream version 7.3.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/community/sap_libs/meta/runtime.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ansible_collections/community/sap_libs/meta/runtime.yml (limited to 'ansible_collections/community/sap_libs/meta/runtime.yml') diff --git a/ansible_collections/community/sap_libs/meta/runtime.yml b/ansible_collections/community/sap_libs/meta/runtime.yml new file mode 100644 index 00000000..db097ee9 --- /dev/null +++ b/ansible_collections/community/sap_libs/meta/runtime.yml @@ -0,0 +1,15 @@ +--- +requires_ansible: ">=2.9.10" + +plugin_routing: + modules: + hana_query: + redirect: community.sap_libs.sap_hdbsql + deprecation: + removal_version: 2.0.0 + warning_text: Use community.sap_libs.sap_hdbsql instead. + sapcontrol: + redirect: community.sap_libs.sap_control_exec + deprecation: + removal_version: 2.0.0 + warning_text: Use community.sap_libs.sap_control_exec instead. -- cgit v1.2.3