Webservice : pas besoin d'etre root

This commit is contained in:
Michael RICOIS 2016-04-07 10:29:05 +02:00
parent 15252f67d5
commit 5bc098ca76

View File

@ -1,5 +1,5 @@
--- ---
- name: WEBSERVICE | Opcache reset - name: WEBSERVICE | Opcache reset
become: yes become: no
command: "/usr/bin/php /home/deploy/cachetool.phar opcache:reset --fcgi=/var/run/php5-fpm.sock" command: "/usr/bin/php /home/deploy/cachetool.phar opcache:reset --fcgi=/var/run/php5-fpm.sock"
when: opcache == "fcgi" when: opcache == "fcgi"