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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user