From ac7793d614a6d7fd15043d2c639fb379e6b3946b Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 19 Nov 2018 16:12:15 +0100 Subject: [PATCH] library/roles/smartgears/r_connector/tasks/main.yml: Remove a task that should not have been there in the first place. --- smartgears/r_connector/tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/smartgears/r_connector/tasks/main.yml b/smartgears/r_connector/tasks/main.yml index a79093f7..474cff4b 100644 --- a/smartgears/r_connector/tasks/main.yml +++ b/smartgears/r_connector/tasks/main.yml @@ -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