From fb14b53130194809a942a3d26cf8496c6d8b2c27 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 10 Mar 2014 15:09:06 -0700 Subject: [PATCH] Document the module_lang option. Closes #6169. --- docsite/rst/intro_configuration.rst | 7 +++++++ examples/ansible.cfg | 1 + 2 files changed, 8 insertions(+) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index 450ca91aba2..0c25297cf35 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -310,6 +310,13 @@ different locations:: Most users will not need to use this feature. See :doc:`developing_plugins` for more details +.. _module_lang: + +module_lang +=========== + +This is to set the default language to communicate between the module and the system. By default, the value is 'C'. + .. _module_name: module_name diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 5b23e101269..f4f4385c4b9 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -22,6 +22,7 @@ sudo_user = root #ask_pass = True transport = smart remote_port = 22 +module_lang = C # additional paths to search for roles in, colon separated #roles_path = /etc/ansible/roles