Problem with include_tasks

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 }}’

~~~

I have same problem…
Tasks list work with include but not with include_tasks :confused:

Have you resolv your problem ?

I have solved problem !
=> Upgrade Ansible 2.4.1.0 to 2.4.2.0 :slight_smile: