From 9901320772c9c3c25883be85a16f7b53aaaece97 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 12 Dec 2018 10:23:22 +0100 Subject: [PATCH] Feat(Dotfile): ignore if antibody install fail --- tasks/dotfiles.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index a21e556..5d9ec6e 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -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