Rprofile.site is installed conditionally.
This commit is contained in:
parent
3c17fa3db0
commit
4aad1fb00e
|
@ -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…
Reference in New Issue