Is it possible to notify a handler and have it be silent if the handler doesn’t exist? Basically what I am looking to do is have a standardized set of tasks and then optionally implement handlers for certain tasks. More like an ‘event’ I guess, where the playbook I have using a set of tasks may or may not ‘subscribe’ to the event by declaring handler.
Thanks for your help,