community.general/lib/ansible/module_utils
James Cammarata 54b1f820fb Modify the way we set the localization environment
Previously, we set the LANG (and LC_CTYPE) environment variables
directly in the module code and applied them with os.environ().
Instead, we are now pre-pending those variables to the environment
string used to execute the command which allows the user to
override the localization values by setting the environment values
directly (even on a per-task basis):

  - subversion: repo=file:///path/to/repos/svn_über dest=/tmp/svntest
    environment:
      LANG: "C"
      LC_CTYPE: "en_US.UTF-8"

So if a user wishes to default their LANG back to C, they can still
avoid unicode issues by doing the above.

Fixes #7060
2014-05-01 10:34:53 -05:00
..
__init__.py Add package file. 2013-10-26 11:10:54 -04:00
basic.py Modify the way we set the localization environment 2014-05-01 10:34:53 -05:00
ec2.py Merge branch 'ec2_security_token' of https://github.com/willthames/ansible into willthames-ec2_security_token 2014-03-11 10:45:38 -05:00
facts.py Enable facts module on older SuSE systems 2014-04-28 14:37:23 -07:00
gce.py Add BSD license to module_utils/gce.py 2014-03-10 12:02:45 -07:00
known_hosts.py Add option to create host_key directory if it doesn't exist 2014-03-30 01:34:33 -05:00
rax.py Validate SSL certs accessed through urllib* 2014-03-10 16:06:52 -05:00
redhat.py add missing license header 2014-04-24 10:31:04 -04:00
urls.py Make concatenating certs robust in urls.py 2014-04-30 21:46:37 +02:00