2022-03-07 16:00:05 +01:00

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