the thing about conditionals on roles, they only apply to tasks,
handler, vars, etc are all handled BEFORE any tasks or conditionals
are processed.

A better way to handle host/group based conditionals are plays:

- hosts: masters
  roles:
    - install_master

- hosts: workers
  roles:
    - install_worker


-- 
Brian Coca

-- 
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/CAJ5XC8n05Yhd9%2BKPxdtGFmyvtT1WMbSPh4NnhKFB7H9ie6yjmg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to