library/roles/R/tasks/r-installation.yml: do not fail if some R package from github cannot be installed.
This commit is contained in:
parent
3ee895d56a
commit
9df76cdc00
|
@ -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: >
|
||||
|
|
Loading…
Reference in New Issue