From 7c9525b73545ffaf63354160492b871e989b4bb8 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 1 Jul 2016 10:47:52 -0400 Subject: [PATCH] fix module_lang docs fixes #16541 --- docsite/rst/intro_configuration.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index 24c83f52b78..a5210eb69ed 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -515,7 +515,8 @@ being set when the module is executed on the given remote system. By default th module_lang =========== -This is to set the default language to communicate between the module and the system. By default, the value is 'C':: +This is to set the default language to communicate between the module and the system. +By default, the value is value `LANG` on the controller or, if unset, `en_US.UTF-8` (it used to be `C` in previous versions):: module_lang = en_US.UTF-8