diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2014-03-10 15:09:06 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2014-03-10 15:19:05 -0700 |
commit | fb14b53130194809a942a3d26cf8496c6d8b2c27 (patch) | |
tree | 0ededcb98bd92e6b4a3f0114dd8640e2ccae19dc /examples/ansible.cfg | |
parent | 20f01571521b8ac44149a5a64673fe492a542861 (diff) | |
download | ansible-fb14b53130194809a942a3d26cf8496c6d8b2c27.tar.gz |
Document the module_lang option.
Closes #6169.
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r-- | examples/ansible.cfg | 1 |
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 |