mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Merge pull request #4937 from Spredzy/fix_svn_project_sync
project_update: Make subversion module honor locale Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
9fade47bbf
@ -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