summaryrefslogtreecommitdiff
path: root/examples/ansible.cfg
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-06-15 11:21:04 -0700
committerBrian Coca <bcoca@ansible.com>2016-06-15 14:21:04 -0400
commita3959644ee635687f8d19c80e5af4aafd14045ac (patch)
treeb8f578bfbfe34adce69fc49b0a9339dd1d9684d3 /examples/ansible.cfg
parent5a2b34e159f41bdb99e0da1f1038556b80fd7d14 (diff)
downloadansible-a3959644ee635687f8d19c80e5af4aafd14045ac.tar.gz
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
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r--examples/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 78f2a7d602..afb1449cbb 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -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.