From 249ea1b1fad874fa562d57470771b9648806ca37 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Wed, 14 Jun 2017 13:58:57 -0700 Subject: [PATCH] Add debug output for ceph-ansible runs As requested by Andrew and Alfredo to debug failed ansible jobs properly Signed-off-by: Vasu Kulkarni --- teuthology/task/ceph_ansible.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 6e982394e9..7e5cc3db66 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -133,6 +133,7 @@ class CephAnsible(Task): """ args = [ + 'ANSIBLE_STDOUT_CALLBACK=debug', 'ansible-playbook', '-vv', '-i', 'inven.yml', 'site.yml' ] -- 2.39.5