Hi All,
I am new to ansible and my first task is to prove this tool can help my team.
I migrated some of our Capistrano recipes to ansible playbooks as a POC.
Ansible works wonderfully but the issue I am facing now is I cannot get
the live output message of any command even running locally, the output
message is crucial in our environment.
I have no issue with Capistrano recipes to show the live logs from different tasks
running on different servers.
Am I missing something ?, is there any option to change the default behavior of
the playbook run regarding this issue.
Note:
I need live log of the command, not a printed log message after a 3 hours command run.
I am also willing to apply any patch to ansible if there is one that solves this issue for us.
Thank you All.