I am running a playbook that is included as part of another playbook but I keep getting an error, can I get some help debugging it. Here is the job:
I found the root of this problem. You can not notify handlers that are defined inside of an include. I believe I can define the handlers in the main.yml and then call them from the include though.
I am new to ansible, so the old syntax looks a little bit different to
me. But I would put the handlers in the handlers subdirectory of your
baseline folder.
Johannes