summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-03-10 15:09:06 -0700
committerFranck Cuny <franck.cuny@gmail.com>2014-03-10 15:19:05 -0700
commitfb14b53130194809a942a3d26cf8496c6d8b2c27 (patch)
tree0ededcb98bd92e6b4a3f0114dd8640e2ccae19dc /examples
parent20f01571521b8ac44149a5a64673fe492a542861 (diff)
downloadansible-fb14b53130194809a942a3d26cf8496c6d8b2c27.tar.gz
Document the module_lang option.
Closes #6169.
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 5b23e10126..f4f4385c4b 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