ansible/lib/ansible
2015-09-24 12:50:00 +03:00
..
cli Apply --limit to inventory in adhoc commands 2015-09-23 08:28:38 -04:00
compat
config
errors
executor correct typo on error reporting 2015-09-23 10:11:52 -04:00
galaxy Fix typo in ansible module_utils import from galaxy code 2015-09-17 14:25:48 -04:00
inventory Bugfix: if you define a custom __eq__, you must define a __hash__ too 2015-09-24 12:46:06 +03:00
module_utils Python 3: there's no itertools.imap 2015-09-23 10:04:26 +03:00
modules Update submodule refs 2015-09-23 08:40:59 -07:00
new_inventory
parsing Python 3: there's no basestring 2015-09-22 08:42:33 +03:00
playbook Improve error catching from malformed playbook data 2015-09-23 08:56:36 -04:00
plugins Convert to byte strings to avoid UnicodeErrors 2015-09-23 15:24:17 -07:00
template Fix safe_eval() of set literals 2015-09-11 09:41:05 +03:00
utils Python 3: shlex.split() wants unicode 2015-09-24 12:36:05 +03:00
vars Python 3: there's no dict.iteritems() 2015-09-24 12:50:00 +03:00
__init__.py
constants.py Implement ssh connection handling as a state machine 2015-09-23 01:55:00 -04:00
test-requirements.txt