forked from ccchb/ansible
6 lines
97 B
YAML
6 lines
97 B
YAML
|
---
|
||
|
- name: restart php-fpm
|
||
|
systemd:
|
||
|
name: "php{{ php_version }}-fpm"
|
||
|
state: restarted
|