mg
09720c1bb6
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#246 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
10 lines
202 B
YAML
10 lines
202 B
YAML
---
|
|
- name: include bridge tasks
|
|
include_tasks: bridge.yml
|
|
when:
|
|
- tor_mode == 'bridge'
|
|
|
|
- name: include relay tasks
|
|
include_tasks: relay.yml
|
|
when:
|
|
- tor_mode == 'relay'
|