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

4 lines
141 B
YAML

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