So, i've been working with Ansible and have created a playbook that helps me create a cloud instance and then installs few programs on it.
What i want to do is to run this playbook multiple times without using a bash script. How can I work with 'with_items' It seemed like it would be a good approach to my issue, but too bad we cant use this anymore.