1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-06 08:17:11 +00:00
community.general/tests/integration/targets/supervisorctl/tasks
Alexei Znamensky 5447d0eb4f
Setup pip path generic (#12045)
* setup_pip_path: use sysconfig to build pip scripts path generically

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* setup_pip_path: calculate PATH prepended with pip installation path

* move environment up to block

* obtain path from pip itself

* apparently the python interpreter doesnt go into ansible_facts

* rename role to setup_pip_scripts_path

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 23:46:55 +12:00
..
install_Darwin.yml
install_FreeBSD.yml
install_Linux.yml
install_pip.yml Remove blanket skips for Python 3 in CI (#10043) 2025-04-21 16:23:55 +02:00
install_RedHat.yml
install_Suse.yml
main.yml Setup pip path generic (#12045) 2026-05-14 23:46:55 +12:00
start_supervisord.yml
stop_supervisord.yml supervisorctl: investigate integration tests (#11057) 2025-11-09 16:09:27 +13:00
test.yml Remove blanket skips for Python 3 in CI (#10043) 2025-04-21 16:23:55 +02:00
test_start.yml Remove blanket skips for Python 3 in CI (#10043) 2025-04-21 16:23:55 +02:00
test_stop.yml Remove blanket skips for Python 3 in CI (#10043) 2025-04-21 16:23:55 +02:00
uninstall_Darwin.yml
uninstall_FreeBSD.yml
uninstall_Linux.yml
uninstall_pip.yml
uninstall_RedHat.yml
uninstall_Suse.yml