Rprofile.site is installed conditionally.

This commit is contained in:
Andrea Dell'Amico 2021-11-30 14:17:40 +01:00
parent 3c17fa3db0
commit 4aad1fb00e
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ r_packages_state: '{{ r_packages_main_state }}'
r_sitelib_path: '/usr/local/lib/R/site-library'
r_plugins_from_deb: True
r_packages_cleanup: False
r_install_rprofile_site: True
#
r_packages_updater: True
r_package_updater_via_subversion: False

View File

@ -7,6 +7,7 @@
owner: root
group: root
mode: 0444
when: r_install_rprofile_site
tags: [ 'r_software', 'r_profile', 'r_profile_site', 'r_pkg' ]
- name: Configure the JDK environment