1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

pipx/pipx_info: add return value version (#9180)

* pipx/pipx_info: add return value version

* add changelog frag
This commit is contained in:
Alexei Znamensky 2024-11-25 10:10:19 +13:00 committed by GitHub
parent a3bd49c010
commit a9449ccc2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 46 additions and 18 deletions

View file

@ -57,6 +57,7 @@
assert:
that:
- install_tox is changed
- "'version' in install_tox"
- "'tox' in install_tox.application"
- install_tox_again is not changed
- install_tox_again_force is changed