Force download and overwrite cachetool

This commit is contained in:
Michael RICOIS 2016-06-20 11:25:33 +02:00
parent ce2cc84bf2
commit 9f49026bc6

View File

@ -3,6 +3,6 @@
- hosts: all
tasks:
- name: Download cachetool
get_url: url=http://gordalina.github.io/cachetool/downloads/cachetool.phar dest=/home/deploy/cachetool.phar
get_url: url=http://gordalina.github.io/cachetool/downloads/cachetool.phar dest=/home/deploy/cachetool.phar force=yes
- name: Set execution
file: path=/home/deploy/cachetool.phar state=file mode="a+x"