---
- name: include bridge tasks
include_tasks: bridge.yml
when:
- tor_mode == 'bridge'
- name: include relay tasks
include_tasks: relay.yml
- tor_mode == 'relay'