ansible/apps/webservice/tasks/after-symlink.yml
Michael RICOIS 1e95f8da92 Oops reset
2016-02-22 10:53:53 +01:00

4 lines
137 B
YAML

---
- name: opcache reset
become: yes
command: "/usr/bin/php /home/deploy/cachetool.phar opcache:reset --fcgi=/var/run/php5-fpm.sock"