mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-14 09:13:16 +02:00
11 lines
163 B
YAML
11 lines
163 B
YAML
---
|
|
|
|
- include_tasks: install_openresty.yml
|
|
when: nginx_openresty
|
|
tags: always
|
|
|
|
- include_tasks: install_nginx.yml
|
|
when: not nginx_openresty
|
|
tags: always
|
|
|