community.general/lib/ansible/plugins
Alex Tsitsimpis 933bc45cf2 callback: Get handlers with json callback plugin (#35842)
Implement the `v2_playbook_on_handler_task_start()' method in the json
callback plugin to correctly include handlers in the results.

This fixes a bug where the last task in the results returned by
json callback would be wrong if an unconditional handler was triggered,
since the result of that handler would overwrite the result of the last
task.

Signed-off-by: Alex Tsitsimpis <alextsi@arrikto.com>
2018-02-08 16:01:32 -05:00
..
action Fix aysnc failure by forgetting the remote tempdir that async_wrapper will delete on the remote end 2018-02-08 06:57:09 -08:00
cache add inventory caching & use in virtualbox inventory plugin (#34510) 2018-01-22 19:33:14 -05:00
callback callback: Get handlers with json callback plugin (#35842) 2018-02-08 16:01:32 -05:00
cliconf [WIP] Add new network module for EdgeOS (#33109) 2018-02-07 10:36:26 -05:00
connection Fix: global name 'HAS_IPADDRESS' is not defined. 2018-02-05 06:41:12 -08:00
filter Added +1 to the end in random filter so that it was inclusive (#27215) 2018-01-26 11:36:44 -06:00
inventory [cloud] snake_case hostvars in aws_ec2 inventory plugin (#35306) 2018-01-26 15:10:45 -05:00
lookup Rename var lookup to vars and add tests 2018-02-08 08:03:41 -08:00
netconf Check if data_xml object in present in NCElement object (#35604) 2018-02-01 21:38:49 +05:30
shell Move module_set_locale and module_lang back to global 2018-01-22 18:38:15 -08:00
strategy Fix triggering parent's always with run_once set (#35464) 2018-01-30 13:16:19 +01:00
terminal [WIP] Add new network module for EdgeOS (#33109) 2018-02-07 10:36:26 -05:00
test Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
vars Scan group_vars/host_vars in sorted order 2017-11-20 21:57:42 -05:00
__init__.py fixed up get_options in AnsiblePlugin to use the correct plugin name 2017-11-22 15:35:31 -05:00
loader.py Implement plugin filtering 2018-01-22 16:54:53 -08:00