Is it possible to call a role multiple times in a loop like this:
vars: my_array: - foo - bar - baz roles: - role: foobar with_items: my
The include_role module is documented here: https://docs.ansible.com/ansible/include_role_module.html
include_role
According to the docs it was introduced in Ansible 2.2 already