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:
parent
8078a08f72
commit
bf6ae7bf59
3 changed files with 42 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue