parent
2016911e64
commit
3afbe28b8a
1 changed files with 3 additions and 0 deletions
|
@ -701,6 +701,9 @@ def main():
|
||||||
# supports_check_mode = True,
|
# supports_check_mode = True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# We screenscrape a huge amount of commands so use C locale anytime we do
|
||||||
|
module.run_command_environ_update = dict(LANG='C', LC_ALL='C', LC_MESSAGES='C', LC_CTYPE='C')
|
||||||
|
|
||||||
src = os.path.expanduser(module.params['src'])
|
src = os.path.expanduser(module.params['src'])
|
||||||
dest = os.path.expanduser(module.params['dest'])
|
dest = os.path.expanduser(module.params['dest'])
|
||||||
copy = module.params['copy']
|
copy = module.params['copy']
|
||||||
|
|
Loading…
Reference in a new issue