mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #5626 from resmo/fix/subversion-5549
subversion: use LANG=C to prevent regex failures
This commit is contained in:
@@ -94,6 +94,7 @@ class Subversion(object):
|
||||
|
||||
def _exec(self, args):
|
||||
bits = [
|
||||
'LANG=C',
|
||||
self.svn_path,
|
||||
'--non-interactive',
|
||||
'--trust-server-cert',
|
||||
|
||||
Reference in New Issue
Block a user