11 lines
188 B
YAML
11 lines
188 B
YAML
|
- include_tasks: base.yml
|
||
|
|
||
|
- include_tasks: pools.yml
|
||
|
|
||
|
- name: enable and start php-fpm
|
||
|
systemd:
|
||
|
name: php{{ phpfpm_version }}-fpm
|
||
|
state: started
|
||
|
enabled: yes
|
||
|
tags: phpfpm
|