ansible-toolbox icon indicating copy to clipboard operation
ansible-toolbox copied to clipboard

Adjust ANSIBLE_ROLES_PATH to local dir

Open bkmeneguello opened this issue 7 years ago • 0 comments

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

bkmeneguello avatar Sep 05 '18 20:09 bkmeneguello