6 lines
104 B
YAML
6 lines
104 B
YAML
|
---
|
||
|
- name: restart php-fpm
|
||
|
systemd_service:
|
||
|
name: php{{ php_version }}-fpm
|
||
|
state: restarted
|