Force download and overwrite cachetool
This commit is contained in:
parent
ce2cc84bf2
commit
9f49026bc6
@ -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"
|
Loading…
Reference in New Issue
Block a user