# 3 - Task Inclusion This exercise allows you to use the inclusion mechanisms allowing to have more reusability among your playbooks. ## Playbook modification Take the playbook you have written in the previous step (or the solution) and externalize the task into an external file. Run it again to ensure, it is working as expected. ## Validation There is an example solution in the `solution` folder.