Also tried adding always tags to the handers, No change there. On Friday, April 24, 2015 at 6:36:32 PM UTC-4, Mark wrote: > > 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/7779817c-5b63-4efc-b1e1-6acdda8ab5c6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
