Skip to content

Commit

Permalink
Merge pull request #12 from Oefenweb/make-1.4.1717-the-default-version
Browse files Browse the repository at this point in the history
Make 1.4.1106 the default version
  • Loading branch information
tersmitten authored Jun 14, 2021
2 parents 2632b96 + 58207f2 commit c4f6f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Set up (the latest version of) [RStudio Server](https://www.rstudio.com/products

#### Variables

* `rstudio_server_version` [default: `1.4.1106`, `1.2.5042` for `Debian 8`]: Version to install
* `rstudio_server_version` [default: `1.4.1717`, `1.2.5042` for `Debian 8`]: Version to install
* `rstudio_server_install` [default: `[]`]: Additional packages to install (e.g. `r-base`)

* `rstudio_server_www_port` [default: `8787`]: The port you want RStudio to listen on
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults file
---
rstudio_server_version: "{{ '1.2.5042' if ansible_distribution == 'Debian' and ansible_distribution_version is version('9', '<') else '1.4.1106' }}"
rstudio_server_version: "{{ '1.2.5042' if ansible_distribution == 'Debian' and ansible_distribution_version is version('9', '<') else '1.4.1717' }}"
rstudio_server_install: []

rstudio_server_www_port: 8787
Expand Down

0 comments on commit c4f6f4b

Please sign in to comment.