Adjust ANSIBLE_ROLES_PATH to local dir
bkmeneguello opened this issue · 0 comments
bkmeneguello commented
I have custom roles on $(pwd)/roles
dir, but since ansible-role
generate the playbook in /tmp
the path is ignored. I'm running with ANSIBLE_ROLES_PATH=
pwd/roles ansible-role ...
to fix that, but it should be defined to respect the role-search-path