library/roles/R/tasks/r-installation.yml: do not fail if some R package from github cannot be installed.

This commit is contained in:
Andrea Dell'Amico 2016-10-11 17:40:57 +02:00
parent 3ee895d56a
commit 9df76cdc00
1 changed files with 1 additions and 0 deletions

View File

@ -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: >