ansible/lib/ansible
2015-03-19 14:47:47 -04: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 Merge pull request #8936 from srvg/inventoryscript_onlychildren 2015-03-05 17:11:04 -05:00
module_utils Fix detect of docker as virtualization_type. 2015-03-13 11:43:25 -07:00
modules updated core to latests stable 1.9 2015-03-19 14:47:47 -04:00
playbook removed bare variable detection as this confuses people and forced us to allow for bare expressions 2015-03-19 09:28:04 -04:00
runner ignore PE methods that are not sudo for checksums until we get them working universally 2015-03-19 14:46:40 -04:00
utils slight changes to allow for checksum and other commands to work correctly with quoting 2015-03-16 19:10:10 -04:00
__init__.py Setting up new release candidate versioning 2015-03-10 17:16:33 -05:00
callbacks.py Use to_bytes instead of .encode(). Fixes the fact that errors is a positional argument, not a kw arg in .encode() 2015-03-04 11:07:00 -08:00
color.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
constants.py fixes password error detection for ssh connection plugin 2015-03-11 19:09:34 -04:00
errors.py Make AnsibleError a plain ol' exception 2015-01-29 10:36:06 -08: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