My issue is related to include_tasks.
I understood that for ansible 2.4.3 the behavior of include_tasks will stay the same while in ansible 2.5 this behavior is about to be changed and only import_tasks should merge down attributes.
To apply my playlist for ansible 2.5 should I change all include_tasks to import_tasks? If so, should I need to add anything else?
Any help will be appreciated
Would it be possible to also add best practices of how to migrate include_tasks to import_tasks with loops
After https://github.com/ansible/ansible/pull/33595 it seems that all my include_tasks with tags are ignored and changing those to import_tasks after they already configured loops seems to be impossible.
Would it be possible to also add best practices of how to migrate
include_tasks to import_tasks with loops
After https://github.com/ansible/ansible/pull/33595 it seems that all my
include_tasks with tags are ignored
I can confirm this issue using ansible-2.4.3.0-0.5.rc2.tar.gz and I
wonder why such a breaking change is done for minor update within 2.4.x.