On 03. nov. 2017 21:35, Laks wrote:
> 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.
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.
--
Kai Stian Olstad