9 lines
210 B
YAML
9 lines
210 B
YAML
|
---
|
||
|
- include_tasks: prepare.yml
|
||
|
- import_tasks: storage.yml
|
||
|
when: matrix_lvm_enabled
|
||
|
- include_tasks: install.yml
|
||
|
- import_tasks: nginx.yml
|
||
|
when: matrix_nginx_vhost_enabled
|
||
|
- include_tasks: post_tasks.yml
|