How to print the output in during loop in ansible
In ansible, we there are multiple ways to loop over a task. However, there are minimal ways to see what is happening in the background during the loop is getting executed. Sometimes, we want to display the loop output for each iteration to the user. 1. We use loop or with_items to iterate over the […]
How to print the output in during loop in ansible Read More »