Loops: Sometimes you want to repeat a task multiple times, In computer programming this is called as loops.Suppose you want to perform some repetitive task then one way would be duplicate tasks for multiple time something which can be quite tedious. Ansible loops are very effective to perform repetitive tasks with fewer lines of code. […]

Read more of this post