ansible.cfg: set unicode locale
This commit is contained in:
parent
4e0a96bcbe
commit
fd979a9323
@ -22,7 +22,7 @@ sudo_user = root
|
|||||||
#ask_pass = True
|
#ask_pass = True
|
||||||
transport = smart
|
transport = smart
|
||||||
remote_port = 22
|
remote_port = 22
|
||||||
module_lang = C
|
module_lang = en_DK.UTF-8
|
||||||
|
|
||||||
# plays will gather facts by default, which contain information about
|
# plays will gather facts by default, which contain information about
|
||||||
# the remote system.
|
# the remote system.
|
||||||
@ -55,7 +55,7 @@ timeout = 10
|
|||||||
# if so defined, consider logrotate
|
# if so defined, consider logrotate
|
||||||
#log_path = /var/log/ansible.log
|
#log_path = /var/log/ansible.log
|
||||||
|
|
||||||
# default module name for /usr/bin/ansible
|
|
||||||
#module_name = command
|
#module_name = command
|
||||||
|
|
||||||
# use this shell for commands executed under sudo
|
# use this shell for commands executed under sudo
|
||||||
|
Loading…
Reference in New Issue
Block a user