mirror of https://github.com/ansible/ansible.git
Fix locale related parsing error in git.py
* Fix locale related parsing error in git.py This fixes the issue found at https://github.com/ansible/ansible/issues/77213 which got introduced by changing over to "best parseable locale" approach, but missing out the requirement of locales other than `L` having to have `LANGUAGE` specified as well. For further details, check this post within the issue discussion: https://github.com/ansible/ansible/issues/77213#issuecomment-1446919617 * Add changelog Create 81931-locale-related-parsing-error-git.ymlpull/82074/head
parent
fe94a99aa2
commit
b4920c83ad
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- Fix setting proper locale for git executable when running on non english systems, ensuring git output can always be parsed.
|
||||||
Loading…
Reference in New Issue