mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
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:
parent
5a2b34e159
commit
a3959644ee
3 changed files with 6 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue