1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/packaging/language
Alexei Znamensky f1807d3323
pipx - new module (#3507)
* pipx - new module

* using python instead of python3

* removed ensure_path as it is unused

* ensuring we are running the same python as Ansible

* changed the last solution to adding a pipx_path parameter to the module, with a sensible default

* added docs for the new parameter

* changed param name to executable, and customized it for Darwin

* use executable if passed, otherwise use python -m pipx

* minor update

* added examples

* Update plugins/modules/packaging/language/pipx.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/packaging/language/pipx.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/packaging/language/pipx.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* tests names 324 -> 3.24.0

* ensure tox is uninstalled by the beginning of the test

* Renamed option+suggestions from PR

* improved idempotency

* fixed sanity

* fixed test

Co-authored-by: Felix Fontein <felix@fontein.de>
2021-10-06 07:01:54 +02:00
..
ansible_galaxy_install.py ansible_galaxy_install - new module (#2933) 2021-07-29 22:30:20 +02:00
bower.py
bundler.py
composer.py
cpanm.py module_helper - implemented classmethod to start the module (#3206) 2021-08-17 10:43:18 +02:00
easy_install.py
gem.py
maven_artifact.py Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
npm.py npm - fix installing from package.json (#2924) 2021-07-02 21:42:50 +02:00
pear.py
pip_package_info.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
pipx.py pipx - new module (#3507) 2021-10-06 07:01:54 +02:00
yarn.py