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 149eb63 + 5c45c37 commit e917d2b
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 (IDE)](https://www.rstudio.com/products/

#### Variables

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

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# defaults file
---
rstudio_version: "{{ '1.2.5042' if ansible_distribution == 'Debian' and ansible_distribution_version is version('9', '<') else '1.4.1106' }}"
rstudio_version: "{{ '1.2.5042' if ansible_distribution == 'Debian' and ansible_distribution_version is version('9', '<') else '1.4.1717' }}"
rstudio_install: []

0 comments on commit e917d2b

Please sign in to comment.