Always install the Rprofile.site.
This commit is contained in:
parent
ebf5f462db
commit
5fb501b100
|
@ -2,7 +2,6 @@
|
|||
- block:
|
||||
- name: Configure the default CRAN mirror
|
||||
template: src=Rprofile.site.j2 dest=/etc/R/Rprofile.site owner=root group=root mode=0444
|
||||
when: r_install_cran_repo == 'present'
|
||||
tags: [ 'r_software', 'r_profile', 'r_pkg' ]
|
||||
|
||||
- name: Configure the JDK environment
|
||||
|
|
Loading…
Reference in New Issue