mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixes crash when sdkmanager is invoked from python with LC_ALL=C
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user