We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7c936 commit 2c7e28bCopy full SHA for 2c7e28b
CHANGELOG.md
@@ -1,6 +1,9 @@
1
CHANGELOG
2
=========
3
4
+# 2.4.2 / 2018-06-08
5
+- [BUGFIX] Fix yaml import broken by Ansible 2.5.
6
+
7
# 2.4.1 / 2018-02-07
8
- [BUGFIX] Avoid printing error about the conf file when using a vault. See [#34][]
9
datadog_callback.py
@@ -1,3 +1,5 @@
+from __future__ import absolute_import, print_function
import getpass
import logging
import os
0 commit comments