@@ -16,6 +16,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