Our requirements.yml had entries of the form: - src: ansiblebit.oracle-java path: vendor/roles/ name: oracle-java
But how when running galaxy-install these roles are no longer installed in the specified ./vendor/roles directory, but rather into ./roles. Reading https://docs.ansible.com/ansible/galaxy.html#roles-path it says it uses roles_path, which is defined as: roles_path = roles:vendor/roles If I reverse the order then the requirements.yml roles go the correct directory. But still it seems that the path: attribute is being ignored in 2.x. I did not read anything about this behavior changing in 2.0. Anybody else running into this? -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/3c9e8939-f259-4334-9e11-4d1260a23e62%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
