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