From fd979a9323b06982a0ffe38ae589f732cda3c800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 12 Aug 2014 17:45:27 +0200 Subject: [PATCH] ansible.cfg: set unicode locale --- ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 2bb574b..37ae2f0 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -22,7 +22,7 @@ sudo_user = root #ask_pass = True transport = smart remote_port = 22 -module_lang = C +module_lang = en_DK.UTF-8 # plays will gather facts by default, which contain information about # the remote system. @@ -55,7 +55,7 @@ timeout = 10 # if so defined, consider logrotate #log_path = /var/log/ansible.log -# default module name for /usr/bin/ansible + #module_name = command # use this shell for commands executed under sudo