library/roles/smartgears/r_connector/tasks/main.yml: Remove a task that should not have been there in the first place.

This commit is contained in:
Andrea Dell'Amico 2018-11-19 16:12:15 +01:00
parent fb03803f4f
commit ac7793d614
1 changed files with 0 additions and 3 deletions

View File

@ -72,9 +72,6 @@
- name: Install the cron job that regulary updates the Rprofile
cron: name="Update the RStudioConfiguration repo" special_time=daily job="cd {{ r_connector_rprofile_path }} ; svn update >/dev/null 2>&1"
- name: Reconfigure the Java environment for R
shell: R CMD javareconf
become: True
become_user: '{{ smartgears_user }}'
when: r_connector_install