ansible/apps/backoffice/tasks/after-symlink.yml
2016-12-06 11:41:18 +01:00

4 lines
137 B
YAML

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