ansible/lib/ansible
Luca Berruti 8ea45e8608 Make no_target_syslog consistent.
no_target_syslog = False --> do log on target
2015-12-05 19:43:02 +01:00
..
cli fixed ansible-pull broken options 2015-12-03 20:47:02 -08:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config
errors Default msg param to AnsibleError to avoid serialization problems 2015-12-02 14:16:47 -05:00
executor Transform exceptions into ansible messages via to_unicode instead of str to avoid tracebacks. 2015-12-04 11:50:39 -08:00
galaxy Fix traceback because we're using display from another object that no 2015-11-11 12:19:00 -08:00
inventory Adding a uuid field so we can track host equality across serialization too 2015-12-04 13:33:27 -05:00
module_utils Merge pull request #13373 from no2a/boolean 2015-12-04 12:17:12 -08:00
modules Update submodule refs# 2015-12-04 09:57:06 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Put in trap for args being None 2015-11-28 13:38:11 -05:00
playbook Properly default remote_user for delegated-to hosts 2015-12-03 11:31:33 -05:00
plugins Make no_target_syslog consistent. 2015-12-05 19:43:02 +01:00
template Re-implement lookup wantlist 2015-11-29 23:45:54 -05:00
utils Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
vars fix sorting of groups for host vars 2015-12-03 14:23:02 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py Make no_target_syslog consistent. 2015-12-05 19:43:02 +01:00
test-requirements.txt