Add cachetool playbook
This commit is contained in:
parent
17a10b6f94
commit
9e53a8e37a
8
base/cachetool.yml
Normal file
8
base/cachetool.yml
Normal 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"
|
Loading…
Reference in New Issue
Block a user