You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2021. It is now read-only.
Everyone who has undertaken the 'writing_playbooks' exercise so far (3 so far, myself included) has struggled to work out the correct path to the 'resources' folder. The correct path is '../resources', but to know that this is the correct path, you need to understand that ansible will use paths relative to the location where the playbook is stored, rather than relative to the location where you execute the command.
We need to add another paragraph of explanation to the exercise to explain how to work out the paths you'll need to include in your playbook.
Everyone who has undertaken the 'writing_playbooks' exercise so far (3 so far, myself included) has struggled to work out the correct path to the 'resources' folder. The correct path is '../resources', but to know that this is the correct path, you need to understand that ansible will use paths relative to the location where the playbook is stored, rather than relative to the location where you execute the command.
We need to add another paragraph of explanation to the exercise to explain how to work out the paths you'll need to include in your playbook.