Ansible v2.4.0.0

I have a requirements file that specifies the Git repo for each role that I 
want to use in my playbook, and I do the following to install the roles 
from our internal galaxy

cd /path_to_playbook
ansible-galaxy install -r requirements/requirements1.yml -p ./roles


and I expect the roles to be download in /path_to_playbook/roles, but 
instead are downloaded in /home/myuser/.ansible/roles. My ansible.cfg file 
does NOT have the roles path defined, and I don't want it to. Any ideas why?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/06fb6002-e707-41fb-ad34-973ac8c510ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to