Files
php/tasks/main.yml

10 lines
240 B
YAML

---
- name: php | requirements
include_tasks: requirements.yml
- name: php | installation
include_tasks: install.yml
- name: php | create fpm pools
include_tasks: fpm_pools.yml
when: php_pools is defined and php_pools | length > 0