Hi Team
I am installing Mongo on n number of nodes. I have written ansible code for it and its working.
When it comes to beatification, like
- Pass the result of installation to variable (example: result). So this result variable will have output of installation of all nodes.
- So in case of error, i am passing debug message, "configuration failed on xyz server)
TO achieve this when condition against stdout format , i am failing
Please help