geerlingguy / ansible-role-drupal

Ansible Role - Drupal
https://galaxy.ansible.com/geerlingguy/drupal/
MIT License
92 stars 51 forks source link

git role dep #1

Closed lowwalker closed 10 years ago

lowwalker commented 10 years ago
ERROR: cannot find role in /Users/luket/repos/sudden-onset/galaxy_testing/roles/geerlingguy.git or /Users/luket/repos/sudden-onset/galaxy_testing/geerlingguy.git or /Users/luket/repos/sudden-onset/galaxy-testing/roles/geerlingguy.git

ERROR: cannot find role in /Users/luket/repos/sudden-onset/galaxy_testing/roles/geerlingguy.composer or /Users/luket/repos/sudden-onset/galaxy_testing/geerlingguy.composer or /Users/luket/repos/sudden-onset/galaxy-testing/roles/geerlingguy.composer

Manually added those role dependencies and it's moving forward now.

geerlingguy commented 10 years ago

Fixed in meta/main.yml, and will push out a new tag to Galaxy. I was under the mistaken assumption that the ansible-galaxy command would traverse all dependencies recursively, but it looks like I need to be explicit in the last role in the chain if I want $ ansible-galaxy install geerlingguy.drupal to work out of the box.