I currently have a role(role_one) that, as specified in its meta/main.yml, 
list another role dependency (role_two). 

dependencies:
  - src: git+https://wwwin-github.com/role_two.git
    version: master

I would like this dependency (role_two) to run AFTER role_one. However, 
every time I invoke role_one, role_two always gets run first. 

Is there any way to alter this behavior? Or does having a dependency listed 
mean that dependency will always run first?

Any help would be appreciated!

-Ryan 

-- 
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/7a3fded5-4ea9-419b-91fa-fce0c37f430f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to