ansible/lib/ansible
James Cammarata 7da2265e10 Properly wrap objects using json default encoder
Our custom encoder for the to_json filter was simply returning the
object if it was not a HostVars object, leading in some cases to a
TypeError when the data contained an undefined variable. This lead
to an odd error message being propagated up, so we now properly catch
this as an undefined variable error.

Fixes #15610

(cherry picked from commit c24c0f5f6b)
2016-06-23 09:20:35 -05:00
..
cli Force relative role paths to be absolute and correct errors about missing path(s). (#16088) 2016-06-06 15:46:34 -05:00
compat
config
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor Take previously failed/unreachable hosts into account when checking the batch 2016-06-22 08:33:08 -05:00
galaxy moved validate info from vvv to debug 2016-05-27 09:44:42 -04:00
inventory There can be only one localhost 2016-06-08 13:01:47 -05:00
module_utils Fixed bug in find_mount_point function 2016-06-22 22:39:30 -05:00
modules bump extras submodule ref 2016-06-22 17:20:30 -07:00
new_inventory
parsing Catch DistributionNotFound when pycrypto is absent (#15731) 2016-05-25 06:59:37 -07:00
playbook Properly wrap objects using json default encoder 2016-06-23 09:20:35 -05:00
plugins Properly wrap objects using json default encoder 2016-06-23 09:20:35 -05:00
template allow spaces before the filter string (#16312) 2016-06-15 14:17:56 -04:00
utils update azure minimum doc fragment 2016-06-04 16:06:29 -07:00
vars Fix hostvars lookup of locahost based on 5f1bbb4 2016-06-08 14:15:02 -05:00
__init__.py Removing __version__ from __init__.py since it belongs in release.py 2016-06-04 11:00:08 -05:00
constants.py Allowing changed colour to be set properly from ansible.cfg (#16338) 2016-06-17 12:28:05 -04:00
release.py New release v2.1.1.0-0.1.rc1 2016-06-17 14:33:25 -05:00
test-requirements.txt