1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Document the module_lang option.

Closes #6169.
This commit is contained in:
Franck Cuny 2014-03-10 15:09:06 -07:00
parent 20f0157152
commit fb14b53130
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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