Hi,
I wrote an autoit exe which will launch out application,test its functionality and store the logs in results.txt
I want ansible to copy the autoit exe, a config file and our application to a vm amd launch the autoit exe.
How to launch this and wait till it completes and copy the file back.?
And also, I don’t want the ansible to wait till the exe completes, it should come back after some time and check whether it completed or not.So that, it can check other machines instead of waiting at first machine.
How to achieve this??