Currently, the scripts located in pbTestScripts used in the VagrantPlaybookCheck Jenkins job use ansible all ... as a way of starting the scripts to build / test a JDK. While this works, it doesn't output logs 'live'; It will only be output once the build / test has succeeded or failed, causing up to 2 hours of waiting, not knowing if the build / test is hung.
A way to fix this this would be to start builds and tests outside of ansible, using ssh for linux/freebsd and pywinrm for Windows.