forked from ISTI-ansible-roles/ansible-roles
10 lines
159 B
YAML
10 lines
159 B
YAML
|
---
|
||
|
- import_tasks: php-service.yml
|
||
|
- import_tasks: php-fpm.yml
|
||
|
when: not php_install_rh_scl
|
||
|
- import_tasks: php-rh-sclfpm.yml
|
||
|
when: php_install_rh_scl
|
||
|
|
||
|
|
||
|
|