From 0c532f715b2a25f072bfa308709fdb784873500e Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 17 Dec 2018 15:23:16 +0000 Subject: [PATCH] Makes reproducer output more human friendly (readable) Use Ansible debug output callback unless user overrides it with his own value. Same output is prefered on CI. Change-Id: Ibd284dea867c002698238ec66a328f4267bd49e9 Related-Bug: 1787912 --- .../templates/reproducer-quickstart.sh.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/create-reproducer-script/templates/reproducer-quickstart.sh.j2 b/roles/create-reproducer-script/templates/reproducer-quickstart.sh.j2 index 371a5dca4..d5005ceb5 100644 --- a/roles/create-reproducer-script/templates/reproducer-quickstart.sh.j2 +++ b/roles/create-reproducer-script/templates/reproducer-quickstart.sh.j2 @@ -250,6 +250,7 @@ check_bootstrap_dependencies export ANSIBLE_ROLES_PATH=$ANSIBLE_ROLES_PATH:$WORKSPACE/tripleo-quickstart/roles:$WORKSPACE/tripleo-quickstart-extras/roles export ANSIBLE_HOST_KEY_CHECKING=False export ANSIBLE_LIBRARY=$WORKSPACE/tripleo-quickstart/library +export ANSIBLE_STDOUT_CALLBACK=${ANSIBLE_STDOUT_CALLBACK:-debug} {% if 'ovb' in toci_jobtype %} ansible-playbook $WORKSPACE/tripleo-quickstart-extras/playbooks/ovb-create-stack.yml \