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

4 lines
138 B
YAML
Raw Normal View History

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