Skip to content
Snippets Groups Projects
Commit 750d4723 authored by ale's avatar ale
Browse files

Merge branch 'LANG' into 'master'

Set charset when forcing LC_ALL for Ansible

Closes #140

See merge request !279
parents 039c4118 ef027552
No related branches found
No related tags found
1 merge request!279Set charset when forcing LC_ALL for Ansible
...@@ -441,7 +441,7 @@ def command_run(config, playbooks, ...@@ -441,7 +441,7 @@ def command_run(config, playbooks,
print('Running playbook %s...' % (arg,)) print('Running playbook %s...' % (arg,))
os.environ['LC_ALL'] = 'C' os.environ['LC_ALL'] = 'C.UTF-8'
_fix_ansible_vault_password_file() _fix_ansible_vault_password_file()
cmd = [os.getenv('ANSIBLE_PLAYBOOK', 'ansible-playbook'), cmd = [os.getenv('ANSIBLE_PLAYBOOK', 'ansible-playbook'),
'-i', config] '-i', config]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment