ansible/apps/backoffice/tasks/after-symlink.yml

4 lines
137 B
YAML
Raw Normal View History

2016-12-06 11:41:18 +01:00
- name: BACKOFFICE | Restart PHP-FPM
become: yes
command: "service php5-fpm restart"
2016-07-29 13:53:22 +02:00
when: opcache is defined and opcache == "fcgi"