]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: preserve newlines in ansible output when testing 1194/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 15 Dec 2016 18:23:17 +0000 (12:23 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 15 Dec 2016 18:23:17 +0000 (12:23 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index cbfddef61680ed6d0c5b13096556836c7b801d3a..23bd67ecbe4ed4100bb790f66d9d34747a6afca3 100644 (file)
--- 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