community.general/lib/ansible
Brian Coca 72586d0df5 updated to latest core/devel 2015-03-20 17:27:00 -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
inventory Merge pull request #8936 from srvg/inventoryscript_onlychildren 2015-03-05 17:11:04 -05:00
module_utils Patch for bug #10485 - ansible_distribution fact populates as 'RedHat' on Oracle Linux systems 2015-03-20 14:40:44 -03:00
modules updated to latest core/devel 2015-03-20 17:27:00 -04:00
playbook Merge pull request #10290 from bcoca/remove_bare_warning 2015-03-18 20:43:56 -04:00
runner now use combine vars to preserve existing cached host vars 2015-03-20 11:34:18 -04:00
utils slight changes to allow for checksum and other commands to work correctly with quoting 2015-03-16 19:09:03 -04:00
__init__.py
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
constants.py fixes password error detection for ssh connection plugin 2015-03-11 16:11:27 -04:00
errors.py Make AnsibleError a plain ol' exception 2015-01-29 10:36:06 -08:00
module_common.py