Consider the directory structure:
- files
- galaxy_roles
- roles
- projects
- project_a
- group_vars
- roles
- hosts
- ansible.cfg
- play.yml
With the ansible.cfg set to look for roles in the current roles directory, the outermost roles directory and the galaxy_roles directory, how can tasks and configurations which use lookup find files in the outermost files directory?
Files residing here could be shared between all roles - e.g. public keys.
Ansible only wants to look in the files directory in the various role folders.