mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
20f0157152
commit
fb14b53130
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