@@ -18,6 +18,6 @@
- name: Explicitly run all handlers
include: ../handlers/main.yml
when: "run_handlers | default(False) | bool() == True"
when: "run_handlers | default(False) | bool()"
tags:
- handlers