Skip to content

Commit 2c7e28b

Browse files
committed
Fix yaml import following ansible 2.5 release
1 parent 6c7c936 commit 2c7e28b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CHANGELOG
22
=========
33

4+
# 2.4.2 / 2018-06-08
5+
- [BUGFIX] Fix yaml import broken by Ansible 2.5.
6+
47
# 2.4.1 / 2018-02-07
58
- [BUGFIX] Avoid printing error about the conf file when using a vault. See [#34][]
69

datadog_callback.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import absolute_import, print_function
2+
13
import getpass
24
import logging
35
import os

0 commit comments

Comments
 (0)