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