Feat(Dotfile): ignore if antibody install fail

This commit is contained in:
Bertrand Benjamin 2018-12-12 10:23:22 +01:00
parent e751e1ec55
commit 9901320772
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
- name: Execute the antibody.sh
shell: /tmp/antibody.sh
become: yes
ignore_errors: yes
- name: Remove the antibody.sh
file: path=/tmp/antibody.sh state=absent