From 529d0f4103df0f9534db699319f35341e2c13745 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 15 Dec 2016 12:23:17 -0600 Subject: [PATCH] tests: preserve newlines in ansible output when testing Signed-off-by: Andrew Schoen --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index cbfddef61..23bd67ecb 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,8 @@ passenv=* setenv= ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config ANSIBLE_ACTION_PLUGINS = {toxinidir}/plugins/actions + # only available for ansible >= 2.2 + ANSIBLE_STDOUT_CALLBACK = debug docker_cluster: PLAYBOOK = site-docker.yml.sample deps= ansible1.9: ansible==1.9.4