1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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.
2014-11-26 11:02:25 +01:00
..
cache a cache plugin that stores facts persistently in local json dumps 2014-11-18 01:05:40 -05:00
callback_plugins Remove runner_on_error callback that is never used. 2014-07-01 17:02:10 -04:00
inventory Fetch vars for host directly when calculating the delegated user 2014-10-10 01:18:18 -05:00
module_utils Setting LC_MESSAGES: prevent unparseable messages 2014-11-26 11:02:25 +01:00
modules Fix for a traceback in the git module 2014-11-25 16:23:12 -08:00
playbook Expand playbook_dir in time for loading tasks 2014-11-25 13:01:08 -08:00
runner Setting LC_MESSAGES: prevent unparseable messages 2014-11-26 11:02:25 +01:00
utils now only flattened ignores failonundefined cause of it's special need 2014-11-25 16:12:15 -05:00
__init__.py Bumping files for 1.9 2014-11-25 16:49:45 -06:00
callbacks.py Transform both values of a task name into a byte str prior to comparing 2014-11-19 11:50:02 -08:00
color.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
constants.py changes for package loading of modules 2014-09-26 11:25:56 -04:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Workaround more python-2.6 shlex not being able to handle unicode strings 2014-10-08 14:30:36 -04:00