From 15b8f6179f204c4ee3cce755e7fcc4498e0fe9d3 Mon Sep 17 00:00:00 2001 From: Sachin Prabhu Date: Sun, 17 May 2020 19:35:49 +0100 Subject: Human readable output on failure in running tests Failure in running tests should result in human readable output. Signed-off-by: Sachin Prabhu --- vagrant/ansible/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/ansible/Makefile b/vagrant/ansible/Makefile index 558338e..72d1176 100644 --- a/vagrant/ansible/Makefile +++ b/vagrant/ansible/Makefile @@ -14,7 +14,7 @@ setup.clients: @ansible-playbook -i $(INVENTORY) ${ANSIBLE_EXTRA_VARS} ./setup-clients.yml client.test: - @ansible-playbook -i $(INVENTORY) ${ANSIBLE_EXTRA_VARS} ./client-test.yml + @ANSIBLE_STDOUT_CALLBACK=debug ansible-playbook -i $(INVENTORY) ${ANSIBLE_EXTRA_VARS} ./client-test.yml setup.site: setup.cluster setup.clients client.test -- cgit