Hi, I have a scenario where in i am running a traffic tool which runs infinitely. So to unblock from Ansible point of view i run it asynchronously by defining async:0 and poll:0
But the tool is not able to generate any log files. When i kill the running task on the host i see the log file contents in the JID file that gets created by the async_wrapper in the ".ansible_async" folder: pwd /root/.ansible_async 888194576255.30295 The same tool when run with predefined time and triggered synchronously generates log files created by the tool. My query is that is it something to do with async_wrapper creating some virtual env kind of and does not show the log files created by the tool until that task completes or is there a way to get back the log files created by the tool? Regards Aprameya -- 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/91e711df-5899-4b3e-b2a8-6015330eba71%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
