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

pipx: add testcase for upgrade --global (#9170)

This commit is contained in:
Alexei Znamensky 2024-11-22 18:36:16 +13:00 committed by GitHub
parent 8078a08f72
commit bf6ae7bf59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 42 additions and 1 deletions

View file

@ -5,7 +5,7 @@
- name: Set up environment
environment:
PATH: /usr/local/bin:{{ ansible_env.PATH }}
PATH: /root/.local/bin:/usr/local/bin:{{ ansible_env.PATH }}
block:
- name: Remove global pipx dir
ansible.builtin.file: