6 lines
133 B
YAML
6 lines
133 B
YAML
---
|
|
|
|
- name: Setup {{ vhost_id }} reverse proxy
|
|
include_tasks: "{{ reverse_proxy_type }}.yml"
|
|
when: reverse_proxy_type != 'none'
|