ansible

../assets/images/featured/featured-ansible-logo.png
Ansible - Looping blocks

I needed to do a loop inside a block in Ansible, but I could not do it - it was forbidden to use inside the block. The solution was to use `include_tasks` to mimic the block in another file.

2 min read