ansible-toolbox
ansible-toolbox copied to clipboard
Adjust ANSIBLE_ROLES_PATH to local dir
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