mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
pipx: adjustments for pipx 1.8.0 (#10874)
* pipx: adjustments for pipx 1.8.0 * add changelog frag * typo
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user