4 lines
137 B
YAML
4 lines
137 B
YAML
- name: BACKOFFICE | Restart PHP-FPM
|
|
become: yes
|
|
command: "service php5-fpm restart"
|
|
when: opcache is defined and opcache == "fcgi" |