forked from ISTI-ansible-roles/ansible-roles
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:
parent
fb03803f4f
commit
ac7793d614
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue