Hi All, I am using ansible 2.2.1.0 and have a few issues with meta dependencies.
I have a base role that is used for many of my environments. This role in turn has a meta file which defines a list of dependant roles. For example one role updates the centos yum file to use a specific mirror via a role var. Now so far so good, however when I include the base role as a requirement for another playbook it correctly pulls in the meta dependencies and as expected runs these first. The problem being when running the role I have group_vars/all set with a variable override for the location of the mirror. The issue here is that the on first pass as it is a dependency it is ignoring the override var. Is there a way to ensure these are enforced on dependencies? Thanks Mark Sent from my iPhone -- 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/D2FF6228-DBB1-49E0-B15C-C6E4334889B5%40gmail.com. For more options, visit https://groups.google.com/d/optout.
