using include

Using include option I called another playbook based on the when condition.
when executed, i see called playbook executing but skipping the tasks from it.

Please help.

Thanks,
Laks

BTW,

i am using Ansible 2.2 version.

That is just how when works.
when is added to each task in the included file and each tasks when is evaluated to see if the task should be executed.