Support Ansible 2.9

Ansible has released 2.9 and now Zuul also supports it.

Change-Id: Iabf2d6278ba8d88e17403a4adae5521eb3e7019b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger
2019-08-06 11:46:33 -04:00
parent db0fd4e57d
commit 15afed554e
210 changed files with 260 additions and 0 deletions

View File

@@ -19,6 +19,20 @@
# so just put in the __future__ statement.
from __future__ import absolute_import
DOCUMENTATION = '''
callback: zuul_stream
short_description: This is the Zuul streaming callback
version_added: "2.4"
description:
- This callback is necessary for Zuul to properly stream logs from the
remote test node.
type: stdout
extends_documentation_fragment:
- default_callback
requirements:
- Set as stdout in config
'''
import datetime
import logging
import logging.config