library/roles/rstudio-server: Some fixes to the rstudio playbook.

This commit is contained in:
Andrea Dell'Amico 2016-09-09 13:31:18 +02:00
parent 639d0397be
commit 85596e2d1f
2 changed files with 1 additions and 2 deletions

View File

@ -3,4 +3,3 @@ rstudio_install_server: False
rstudio_enabled: True
rstudio_file: rstudio-server-0.99.903-amd64.deb
rstudio_download_url: 'https://download2.rstudio.org/{{ rstudio_file }}'

View File

@ -4,7 +4,7 @@
apt: pkg=gdebi-core state=latest update_cache=yes cache_valid_time=1800
- name: Download the rstudio server deb package
get_url: url='{{ rstudio_download_url }}' dest=/srv/{{ rstudio_file }}
get_url: url={{ rstudio_download_url }} dest=/srv/{{ rstudio_file }}
register: rstudio_download
- name: Install the rstudio server package