I know that ansible can not show realtime output of commands to user consle. https://github.com/ansible/ansible/issues/3887
But I want to see commands and realtime output. @bcoca suggested me about ansible log. https://github.com/ansible/ansible/issues/11233 I tried. But ansible log is not realtime and does not contain commands and stdout. Current my solution is - shell "echo 'make' >> /var/log/ansible.log 2>&1 && make >> /var/log/ansible.log 2>&1" I hope that ansible support realtime output log like shell. Please imagine user who is new to Linux. The user never see commands and output in the ansible world. That is not good. -- 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/26e251e6-b02d-47ec-b52f-a769aff49489%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
