You might want to check out:
https://github.com/ansible/ansible/issues/10758

This issue was just fixed recently in devel.

On Fri, Apr 24, 2015 at 5:36 PM, Mark <markb2...@gmail.com> 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 ansible-project+unsubscr...@googlegroups.com.
> To post to this group, send email to ansible-project@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/de059548-b5ea-45ff-88a4-6cd558d27603%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/de059548-b5ea-45ff-88a4-6cd558d27603%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Matt Martz
@sivel
sivel.net

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAD8N0v8sqEQPH4OUn8YMzMv8JGFbG30SqhvxYfRGhBy7x46DAA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to