mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 07:54:00 -07:00
[PR #10874/750adb43 backport][stable-11] pipx: adjustments for pipx 1.8.0 (#10876)
pipx: adjustments for pipx 1.8.0 (#10874)
* pipx: adjustments for pipx 1.8.0
* add changelog frag
* typo
(cherry picked from commit 750adb431a
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
90850b3763
commit
3b207ba0fd
3 changed files with 11 additions and 3 deletions
|
@ -64,7 +64,7 @@ def pipx_runner(module, command, **kwargs):
|
|||
module,
|
||||
command=command,
|
||||
arg_formats=arg_formats,
|
||||
environ_update={'USE_EMOJI': '0'},
|
||||
environ_update={'USE_EMOJI': '0', 'PIPX_USE_EMOJI': '0'},
|
||||
check_rc=True,
|
||||
**kwargs
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue