Change the default of module_set_locale to False. (#16313)

This makes Ansible no longer set LC_ALL for remote systems.  It is up to
the individual modules to set LC_ALL if they need it for screenscraping
the output from a program.

This is the 2.2 followup for #15138
This commit is contained in:
Toshio Kuratomi 2016-06-15 11:21:04 -07:00 committed by Brian Coca
commit a3959644ee
3 changed files with 6 additions and 5 deletions

View file

@ -23,7 +23,7 @@
#transport = smart
#remote_port = 22
#module_lang = C
#module_set_locale = True
#module_set_locale = False
# plays will gather facts by default, which contain information about
# the remote system.