zuul/zuul/ansible/callback
Tobias Henkel 36924466e9
Handle debug tasks more robust in zuul_stream
We currently rely on detecting debug tasks by checking if there is
only a single variable other than variables starting with
'_ansible'. This doesn't work anymore with ansible 2.4. Detecting them
by the action should work better and more reliably.

Further also strip the 'changed' variable in this case as this has no
meaning for a debug task.

Change-Id: I562329ce68c279965afc32ba5fda6615423de43a
2018-02-08 16:34:26 +01:00
..
__init__.py Add initial callback plugin to handle log streaming 2017-02-22 17:17:23 -05:00
zuul_json.py Write a logging config file and pass it to callbacks 2017-08-28 20:06:10 -05:00
zuul_stream.py Handle debug tasks more robust in zuul_stream 2018-02-08 16:34:26 +01:00