1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins
James Cammarata c24c0f5f6b 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
2016-06-23 09:19:32 -05:00
..
action Fix quoting of args for old-style modules 2016-06-19 19:21:25 +00:00
cache ignore closing file error when file not open 2016-06-14 09:34:41 -04:00
callback fix: playbook_on_task_start expects name and not task object (#16168) 2016-06-07 09:43:01 -04:00
connection zone plugin updates for newer api (#16289) 2016-06-15 07:37:38 -07:00
filter Properly wrap objects using json default encoder 2016-06-23 09:19:32 -05:00
lookup Merge pull request #13709 from traveloka/credstash-support-encr-context 2016-06-21 11:00:43 -05:00
shell Use find -exec + so that failures will be visible in find's exit code (#16389) 2016-06-22 05:42:37 -07:00
strategy Fixing typo in base strategy code from handler listen feature merge 2016-06-20 09:47:43 -05:00
test Reverse boilerplate order because from __future__ must be the first code in the file 2016-03-24 20:08:39 -07:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py When walking through module directories, always follow symlinks. (#15784) 2016-05-09 14:24:39 -04:00