Fix(dotfiles): make antibody.sh executable

This commit is contained in:
Bertrand Benjamin 2018-11-12 11:23:56 +01:00
parent 84497bd8fb
commit 448a1d742f

View File

@ -38,7 +38,10 @@
when: not minimal and not server
- name: Download antibody
get_url: url=https://raw.githubusercontent.com/getantibody/installer/master/install dest=/tmp/antibody.sh
get_url:
url: https://raw.githubusercontent.com/getantibody/installer/master/install
dest: /tmp/antibody.sh
mode: 0770
- name: Execute the antibody.sh
shell: /tmp/antibody.sh