File diff 5fb056e2b576 → 10d5a1e15c30
roles/bootstrap/tasks/main.yml
Show inline comments
 
@@ -38,6 +38,6 @@
 

	
 
- name: Explicitly run all handlers
 
  include: ../handlers/main.yml
 
  when: "handlers | default(False) | bool() : :  True"
 
  when: "handlers | default(False) | bool() == True"
 
  tags:
 
    - handlers