Hi guys!

Let's assume that we have simple playbook:

---
- hosts: server.com
  tasks:
    - name: Some task
    - ...
    - notify A
    - name: Some another task
    - ...
    - notify B
    - name: Some another another task
    - ...
    - notify B
  handlers:
    - name: A
    - ...
    - name B
    - ...


How can I ensure that handler B will be executed only when A is *not* 
planned?

Thanks!

-- 
Truly yourth,
Artamonov Nikolay

-- 
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/ccbe03e7-a268-49f3-aed7-fa1409794ee2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to