I wish to use a handler called Networking to call multiple, other 
handlers.  I am currently doing it this way, but I am wondering if there 
was a more graceful way?

- name: Networking
  command: echo
  changed_when: true
  notify:
    - 6 network restart
    - 7 network restart
    - 7 NetworkManager restart


ie (the following wont work, but conveys my thought):

- name: Networking
  changed_when: true
  notify:
    - 6 network restart
    - 7 network restart
    - 7 NetworkManager restart


-- 
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/7d7c336c-7b0b-4feb-9ab8-149998f12aa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to