On 12 October 2014 07:21, olga <[email protected]> wrote: > I'm running ansible-playbook command in Jenkins, when ansible-playbook > command is executed, the output is buffered and I see the ansible-playbook > command output only after it finished. > > Is there any option to see the output as we see in command prompt
Yes, there is. Run them as /usr/bin/python2 -u /usr/bin/ansible-playbook That works for us. Greetings, Jeroen -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAAAQQmB-SaXN4_oNvtjeKEMSbaMZBAbbo0jOkhs-YPOm9P9vBw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
