--- # Aktiviert Debug, wenn MODE_DEBUG=true; entfernt es sauber, wenn false. - name: "DEBUG | Enable block when MODE_DEBUG=true" when: MODE_DEBUG | bool include_tasks: _debug_enable.yml - name: "DEBUG | Disable block when MODE_DEBUG=false" when: not (MODE_DEBUG | bool) include_tasks: _debug_disable.yml