Fix(dotfiles): Put real antibody install url

This commit is contained in:
Bertrand Benjamin 2018-11-12 11:17:43 +01:00
parent a9f7daa4f0
commit 6469439026

View File

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