mirror of https://dev.ccchb.de/ccchb/ansible.git
6 lines
97 B
YAML
6 lines
97 B
YAML
|
---
|
||
|
- name: restart php-fpm
|
||
|
systemd:
|
||
|
name: "php{{ php_version }}-fpm"
|
||
|
state: restarted
|