diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index f4814ce..a21e556 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -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