Add cachetool playbook

This commit is contained in:
Michael RICOIS 2016-02-19 10:17:32 +01:00
parent 17a10b6f94
commit 9e53a8e37a

8
base/cachetool.yml Normal file
View File

@ -0,0 +1,8 @@
---
# This playbook install cachetool to reset opcache after web apps deployement on php5-fpm
- name: Download cachetool
get_url: url=http://gordalina.github.io/cachetool/downloads/cachetool.phar dest=/home/deploy/cachetool.phar
- name: Set execution
file: path=/home/deploy/cachetool.phar state=file mode="a+x"