Hi,
I was trying to upgrade from ansible 1.8.4 to ansible 2, and noticed that some of my roles with meta dependencies stopped working.
I have these roles
role-main1/meta/main.yml
---
dependencies:
- { role: role-dependency }
Hi,
I was trying to upgrade from ansible 1.8.4 to ansible 2, and noticed that some of my roles with meta dependencies stopped working.
I have these roles
role-main1/meta/main.yml
---
dependencies:
- { role: role-dependency }
I am having the same issue. Have you been able to find a fix to this?
Hi,
I am also having slightly related problem.
My roles structure are as follows
role-main1/meta/main.yml
Hi,
I’m experiencing exactly the same issue. I found there is a property “allow_duplicates” (see http://docs.ansible.com/ansible/playbooks_roles.html) but that doesn’t seem to work for dependent roles …
Best regards,
Martin