community.general/lib/ansible
Brian Coca 3d6b6edea9 added url lookup plugin 2015-01-27 17:26:18 -05:00
..
cache Restore json import for redis as well. Switch preference to simplejson for speed 2014-12-23 13:14:14 -08:00
callback_plugins Remove runner_on_error callback that is never used. 2014-07-01 17:02:10 -04:00
inventory Another place that needs to be json_dict_bytes_to_unicode 2015-01-26 22:04:51 -08:00
module_utils jinja2 cannot handle byte strs with non-ascii. So we need to transform potential byte str into unicode type. This fix is for dynamic inventory. 2015-01-26 20:39:09 -08:00
modules Update core modules 2015-01-27 09:47:20 -08:00
playbook Merge pull request #8651 from ks888/enable-env-kw-at-play-level 2015-01-02 11:07:35 -05:00
runner added url lookup plugin 2015-01-27 17:26:18 -05:00
utils Revert "Support variable values with dashes" 2015-01-26 12:54:50 -05:00
__init__.py Bumping files for 1.9 2014-11-25 16:49:45 -06:00
callbacks.py jinja2 cannot handle byte strs with non-ascii. So we need to transform potential byte str into unicode type. This fix is for dynamic inventory. 2015-01-26 20:39:09 -08:00
color.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
constants.py Revert "Fix: Add support for SSL protocol version configuration option" 2015-01-19 08:36:17 -05: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