You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Chris Church 919db1025c Merge pull request #9601 from cchurch/set_delegate_before_connect
Set delegate on connection plugin before calling connect()
11 years ago
..
cache Restore json import for redis as well. Switch preference to simplejson for speed 11 years ago
callback_plugins Remove runner_on_error callback that is never used. 12 years ago
inventory Merge pull request #8936 from srvg/inventoryscript_onlychildren 11 years ago
module_utils Adding oVirt recognition for oVirt guests. oVirt uses KVM. 11 years ago
modules Update core and extras module pointers 11 years ago
playbook Fix name of a task containing a template causing traceback 11 years ago
runner Merge pull request #9601 from cchurch/set_delegate_before_connect 11 years ago
utils Merge pull request #9293 from cchurch/module_suffixes 11 years ago
__init__.py Bumping files for 1.9 11 years ago
callbacks.py Use to_bytes instead of .encode(). Fixes the fact that errors is a positional argument, not a kw arg in .encode() 11 years ago
color.py fixed typos found by RETF rules in PY files 12 years ago
constants.py Merge pull request #4820 from mscherer/add_local_config 11 years ago
errors.py Make AnsibleError a plain ol' exception 11 years ago
module_common.py Workaround more python-2.6 shlex not being able to handle unicode strings 11 years ago