mirror of
https://github.com/ansible/awx.git
synced 2026-01-29 23:34:42 -03:30
project_update: Make subversion module honor locale
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>
This commit is contained in:
parent
ba9758ccc7
commit
166635ac79
@ -75,6 +75,8 @@
|
||||
force: "{{scm_clean}}"
|
||||
username: "{{scm_username|default(omit)}}"
|
||||
password: "{{scm_password|default(omit)}}"
|
||||
environment:
|
||||
LC_ALL: 'en_US.UTF-8'
|
||||
register: svn_result
|
||||
|
||||
- name: Set the svn repository version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user