mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-08 22:30:04 -07:00
New module: pipx_info (#5196)
* pipx_info: new module * pipx_info: add integration tests * ensure apps are uninstalled after tests * Update plugins/modules/packaging/language/pipx_info.py Co-authored-by: Felix Fontein <felix@fontein.de> * rework module output, add docs Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
4c52fdb9d9
commit
7ffe6539c0
5 changed files with 356 additions and 0 deletions
|
@ -1131,6 +1131,8 @@ plugin_routing:
|
|||
redirect: community.general.packaging.language.pip_package_info
|
||||
pipx:
|
||||
redirect: community.general.packaging.language.pipx
|
||||
pipx_info:
|
||||
redirect: community.general.packaging.language.pipx_info
|
||||
pkg5:
|
||||
redirect: community.general.packaging.os.pkg5
|
||||
pkg5_publisher:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue