Skip to content

Commit

Permalink
More durable download
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jan 14, 2017
1 parent e9e55d2 commit 232b270
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@

- name: install | download deb
command: >
curl -sS https://download1.rstudio.org/rstudio-{{ rstudio_version }}-{{ rstudio_machine_map[ansible_machine] }}.deb
-o {{ rstudio_downloads_path }}/rstudio-{{ rstudio_version }}-{{ rstudio_machine_map[ansible_machine] }}.deb
curl -sSL
https://download1.rstudio.org/rstudio-{{ rstudio_version }}-{{ rstudio_machine_map[ansible_machine] }}.deb
-o {{ rstudio_downloads_path }}/rstudio-{{ rstudio_version }}-{{ rstudio_machine_map[ansible_machine] }}.deb
args:
creates: "{{ rstudio_downloads_path }}/rstudio-{{ rstudio_version }}-{{ rstudio_machine_map[ansible_machine] }}.deb"
tags:
Expand Down

0 comments on commit 232b270

Please sign in to comment.