From 9df76cdc0091aa50f946f372ca615c3c4b48e471 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 11 Oct 2016 17:40:57 +0200 Subject: [PATCH] library/roles/R/tasks/r-installation.yml: do not fail if some R package from github cannot be installed. --- R/tasks/r-installation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/R/tasks/r-installation.yml b/R/tasks/r-installation.yml index 4db8fd30..f15c3302 100644 --- a/R/tasks/r-installation.yml +++ b/R/tasks/r-installation.yml @@ -100,6 +100,7 @@ changed_when: "'Added' in install_github_plugins_result.stdout" with_items: '{{ r_plugins_from_github | default([]) }}' tags: [ 'r_software', 'r_pkg', 'r_plugins', 'r_plugins_github' ] + ignore_errors: True - name: Remove R unwanted packages command: >