mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 12:10:31 -07:00
fixes crash when sdkmanager is invoked from python with LC_ALL=C
This commit is contained in:
parent
3edfac2d37
commit
ba7f1bf795
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ def sdkmanager_runner(module, **kwargs):
|
|||
list=cmd_runner_fmt.as_fixed('--list'),
|
||||
newer=cmd_runner_fmt.as_fixed("--newer")
|
||||
),
|
||||
force_lang="C.UTF-8",
|
||||
**kwargs
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue