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