Merge pull request #6381 from franckcuny/doc-module-lang
Document the module_lang option.
This commit is contained in:
commit
84f918d320
2 changed files with 8 additions and 0 deletions
|
@ -310,6 +310,13 @@ different locations::
|
||||||
|
|
||||||
Most users will not need to use this feature. See :doc:`developing_plugins` for more details
|
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:
|
||||||
|
|
||||||
module_name
|
module_name
|
||||||
|
|
|
@ -22,6 +22,7 @@ sudo_user = root
|
||||||
#ask_pass = True
|
#ask_pass = True
|
||||||
transport = smart
|
transport = smart
|
||||||
remote_port = 22
|
remote_port = 22
|
||||||
|
module_lang = C
|
||||||
|
|
||||||
# additional paths to search for roles in, colon separated
|
# additional paths to search for roles in, colon separated
|
||||||
#roles_path = /etc/ansible/roles
|
#roles_path = /etc/ansible/roles
|
||||||
|
|
Loading…
Reference in a new issue