diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:27 +0000 |
commit | 3b0807ad7b283c46c21862eb826dcbb4ad04e5e2 (patch) | |
tree | 6461ea75f03eca87a5a90c86c3c9a787a6ad037e /ansible_collections/community/sap/meta | |
parent | Adding debian version 7.7.0+dfsg-3. (diff) | |
download | ansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.tar.xz ansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/sap/meta')
-rw-r--r-- | ansible_collections/community/sap/meta/runtime.yml | 31 |
1 files changed, 31 insertions, 0 deletions
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. |