Hi, I have a role:

"spark-base"
role "spark-conf" depends on "spark-base"
roles "install-workers", "install-masters" depends on "spark-conf"

Here is dependency tree:

-"spark-base"
    -"spark-conf"
        -"spark-workers", "spark-masters"


There is a declaration in my playbook:

- hosts: sparkworkers
  roles:
    - "install-workers"

Is there any possibility run role "spark-conf" and not create separate 
playbook for 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/72240ff9-5a6f-49a8-a50f-c520ed860733%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to