mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 19:20:05 -03:30
Currently the subversion module does not honor system configured locale as the module itself overrides them to `C`. This commit enforces the module to honor the `LANG` locale for deployment. Allowing project update with repo that contains UTF-8 characters. Closes: https://github.com/ansible/awx/issues/4936 Signed-off-by: Yanis Guenane <yguenane@redhat.com>