diff --git a/test-driver b/test-driver index 1e20cd330f406c953c205b1cf6589bc5103800f2..671d8e6a4f00448ca28605b881c4238e22c8c45b 100755 --- a/test-driver +++ b/test-driver @@ -131,7 +131,7 @@ do_provision() { do_test() { for playbook in "${float_dir}/test/integration-test.yml" "$@"; do log Running test playbook ${playbook} - ANSIBLE_STDOUT_CALLBACK=default ${float_dir}/float run ${playbook} \ + ANSIBLE_STDOUT_CALLBACK=default ANSIBLE_CALLBACKS_ENABLED=default ${float_dir}/float run -vv ${playbook} \ || die "test playbook failed" done }