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