On 13.07.2016 10:25, Igor Cicimov wrote:
- name: template configuration file
  template: src=template.j2 dest=/etc/foo.conf
  notify:
     - restart memcached
     - restart apache


does this guarantee that memcached is always going to be restarted before
apache when the handles get flushed?

No.
All notify will run at the end an in the order they are in handlers file.

--
Kai Stian Olstad

--
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/fbc88bc2fbf9630064437a04595f00b5%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to