I have a lot of includes in my roles and I replaced them with include_tasks which seems to be working fine. Just for one instance there is a problem. The original task in that role looks like this:
- name: “Install Drupal”
include: install.yml
with_items: ‘{{ drupal_settings }}’
~~~