library/roles/rstudio-server: Some fixes to the rstudio playbook.
This commit is contained in:
parent
639d0397be
commit
85596e2d1f
|
@ -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 }}'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue