summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vagrant/ansible/Makefile2
1 files changed, 1 insertions, 1 deletions
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