-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* devel Python version exclusive (#14) (#15) * devel Python version exclusive to 3.10 * change default python version to 3.10 * rename and restructure Ansible Modules (#16) * devel Python version exclusive (#14) * devel Python version exclusive to 3.10 * change default python version to 3.10 * fix: gitignore update * move swpm2 inifile generate from sap_install * sap_control_exec: rename from sapcontrol Ansible Module * sap_hdbsql: rename from hana_query Ansible Module * all: amend text and dir structure * all: remove symlinks * all: flatten modules dir * all: move tests to parent dir Co-authored-by: Rainer Leber <[email protected]> * Refactoring Modules, make things more clear (#17) * remove symlinks, add redirection * adding missing library exception * fix tests * change error logic * add changelog * change changelog * change galaxy yaml Co-authored-by: Sean Freeman <[email protected]>
- Loading branch information
1 parent
dd74f02
commit bc0cff6
Showing
42 changed files
with
2,369 additions
and
1,905 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
--- | ||
requires_ansible: '>=2.9.10' | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.