--- - name: Download antibody installer get_url: url: https://git.io/antibody dest: /tmp/antibody-installer.sh owner: root group: root mode: 0755 - name: Run antibody installer shell: cmd: /tmp/antibody-installer.sh chdir: /usr - name: Copy antibody plugin list template: src: templates/antibody.plugins.zsh.j2 dest: /usr/share/zsh/antibody.plugins.zsh owner: root group: root mode: 0755