ansible/apps/webservice/tasks/after-symlink.yml
2016-02-19 09:27:32 +01:00

4 lines
138 B
YAML

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