mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
pipx: add testcase w/ env vars PIPX_xxxx (#5845)
* pipx: add testcase w/ env vars PIPX_xxxx
* add note to the docs about env vars
* add note to the docs about env vars
* Apply suggestions from code review
* Update plugins/modules/pipx.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/pipx_info.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* break long lines into smaller ones
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| ansible_galaxy_install.py | ||
| bower.py | ||
| bundler.py | ||
| cargo.py | ||
| composer.py | ||
| cpanm.py | ||
| easy_install.py | ||
| gem.py | ||
| maven_artifact.py | ||
| npm.py | ||
| pear.py | ||
| pip_package_info.py | ||
| pipx.py | ||
| pipx_info.py | ||
| yarn.py | ||