You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Baptiste Mathus a1adff4ff0 Setting LC_MESSAGES: prevent unparseable messages
This locale variable defines how tools should display their messages.
This is for example gonna change the yum message from "Nothing to do" to
"Rien a faire" in my case (french).

As the yum module parses that string in err, if the message is not
enforced in english this is gonna fail.

So this commits just enriches a bit more the code that's already written
for that enforcement.

This commit fixes issue #9635.
10 years ago
..
cache a cache plugin that stores facts persistently in local json dumps 10 years ago
callback_plugins Remove runner_on_error callback that is never used. 11 years ago
inventory Fetch vars for host directly when calculating the delegated user 10 years ago
module_utils Setting LC_MESSAGES: prevent unparseable messages 10 years ago
modules Fix for a traceback in the git module 10 years ago
playbook Expand playbook_dir in time for loading tasks 10 years ago
runner Setting LC_MESSAGES: prevent unparseable messages 10 years ago
utils now only flattened ignores failonundefined cause of it's special need 10 years ago
__init__.py Bumping files for 1.9 10 years ago
callbacks.py Transform both values of a task name into a byte str prior to comparing 10 years ago
color.py fixed typos found by RETF rules in PY files 11 years ago
constants.py changes for package loading of modules 10 years ago
errors.py Update various copyrights. Not complete, but sufficient. 11 years ago
module_common.py Workaround more python-2.6 shlex not being able to handle unicode strings 10 years ago