Setup:

--- myrole/main.yml ---

  - include: somefile.yml
    tags: configure

----somefile.yml---

  - some command
    notify:  handlerx
  
  - meta: flush_handlers

--- myrole/handlers/main.yml ----
  - handlerx:  <do something>
    tags: configure



Result:

  - handlerx is not fired with the flush_handlers meta command.    The 
playbook is failing, so I can't tell if the handlers get flushed at the end 
of it or not..

 This used to work pre 1.9, in the 1.8.x build.


Anyone else see this behavior?  Suggestions?   

-- 
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/de059548-b5ea-45ff-88a4-6cd558d27603%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to