Rprofile.site is installed conditionally.

master
Andrea Dell'Amico 2 years ago
parent 3c17fa3db0
commit 4aad1fb00e
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF

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

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

Loading…
Cancel
Save